Anki/rslib/src/error
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
..
db.rs Fix invalid utf8 not being detected 2022-11-22 13:27:20 +10:00
file_io.rs Refactor error handling (#2136) 2022-10-21 18:02:12 +10:00
filtered.rs Refactor error handling (#2136) 2022-10-21 18:02:12 +10:00
invalid_input.rs Minor Rust cleanups (#2272) 2022-12-16 21:40:27 +10:00
mod.rs Refactor error handling (#2136) 2022-10-21 18:02:12 +10:00
network.rs Refactor error handling (#2136) 2022-10-21 18:02:12 +10:00
not_found.rs Minor Rust cleanups (#2272) 2022-12-16 21:40:27 +10:00
search.rs Refactor error handling (#2136) 2022-10-21 18:02:12 +10:00