mirror of
https://github.com/ankitects/anki.git
synced 2025-12-24 20:32:58 -05:00
* 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. |
||
|---|---|---|
| .. | ||
| db.rs | ||
| file_io.rs | ||
| filtered.rs | ||
| invalid_input.rs | ||
| mod.rs | ||
| network.rs | ||
| not_found.rs | ||
| search.rs | ||