rust/clippy_dev
Philipp Hansch 3036a2c30e
Move project_root function to clippy_dev/src/lib.rs
This allows us to use the method in both `fmt.rs` and `lib.rs` in
multiple places. The downside is that we panic inside the method now,
instead of using the error handling in `fmt.rs`. We may want to
centralize the error handling for clippy_dev at some point, though.
2020-01-30 21:34:25 +01:00
..
src Move project_root function to clippy_dev/src/lib.rs 2020-01-30 21:34:25 +01:00
Cargo.toml Enable deny-warnings feature everywhere in CI 2019-11-25 17:23:48 +01:00