rust/crates/base_db
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
..
src avoid converting types into themselves via .into() (clippy::useless-conversion) 2021-03-17 01:27:56 +01:00
Cargo.toml ⬆️ salsa 2020-10-14 12:40:48 +02:00