Anki/rslib/src/scheduler/queue
Damien Elmes fa625d7ad8
Minor Rust cleanups (#2272)
* Run cargo +nightly fmt

* Latest prost-build includes clippy workaround

* Tweak Rust protobuf imports

- Avoid use of stringify!(), as JetBrains editors get confused by it
- Stop merging all protobuf symbols into a single namespace

* Remove some unnecessary qualifications

Found via IntelliJ lint

* Migrate some asserts to assert_eq/ne

* Remove mention of node_modules exclusion

This no longer seems to be necessary after migrating away from Bazel,
and excluding it means TS/Svelte files can't be edited properly.
2022-12-16 21:40:27 +10:00
..
builder Minor Rust cleanups (#2272) 2022-12-16 21:40:27 +10:00
entry.rs Update to latest rules_rust and Rust 1.64 2022-09-24 11:12:58 +10:00
learning.rs fix Clippy lints in Rust 1.57 2021-12-03 19:53:37 +10:00
main.rs Update to latest rules_rust and Rust 1.64 2022-09-24 11:12:58 +10:00
mod.rs Fix typos (#2210) 2022-11-24 20:18:57 +10:00
undo.rs Update to latest rules_rust and Rust 1.64 2022-09-24 11:12:58 +10:00