rust/crates/base_db/src
Matthias Krüger 966c23f529 avoid converting types into themselves via .into() (clippy::useless-conversion)
example: let x: String = String::from("hello world").into();
2021-03-17 01:27:56 +01:00
..
cancellation.rs
change.rs Fixed remaining references to AnalysisChange (now: Change) 2021-02-28 12:57:41 +01:00
fixture.rs avoid converting types into themselves via .into() (clippy::useless-conversion) 2021-03-17 01:27:56 +01:00
input.rs Don't repeat work in transitive_reverse_dependencies 2021-03-16 15:53:34 +01:00
lib.rs Move TokenExpander to base_db and rename it 2020-12-27 15:29:47 +01:00