Home
last modified time | relevance | path

Searched refs:path_buf_push_overwrite (Results 1 – 17 of 17) sorted by relevance

/dports/lang/rust/rustc-1.58.1-src/src/tools/clippy/tests/ui/
H A Dpath_buf_push_overwrite.rs4 #[warn(clippy::all, clippy::path_buf_push_overwrite)]
H A Dpath_buf_push_overwrite.fixed4 #[warn(clippy::all, clippy::path_buf_push_overwrite)]
H A Dpath_buf_push_overwrite.stderr2 --> $DIR/path_buf_push_overwrite.rs:7:12
/dports/lang/rust/rustc-1.58.1-src/src/tools/clippy/clippy_lints/src/
H A Dlib.register_nursery.rs23 LintId::of(path_buf_push_overwrite::PATH_BUF_PUSH_OVERWRITE),
H A Dlib.register_lints.rs389 path_buf_push_overwrite::PATH_BUF_PUSH_OVERWRITE,
H A Dlib.rs318 mod path_buf_push_overwrite; module
658 store.register_late_pass(|| Box::new(path_buf_push_overwrite::PathBufPushOverwrite)); in register_plugins()
/dports/graphics/librsvg2-rust/librsvg-2.52.8/vendor/cfg-expr/src/
H A Dlib.rs55 clippy::path_buf_push_overwrite,
/dports/multimedia/gstreamer1-plugins-rust/gst-plugins-rs-d0466b3eee114207f851b37cae0015c0e718f021/cargo-crates/rav1e-0.4.1/src/
H A Dlib.rs58 #![warn(clippy::path_buf_push_overwrite)]
/dports/multimedia/librav1e/rav1e-0.5.1/src/
H A Dlib.rs59 #![warn(clippy::path_buf_push_overwrite)]
/dports/multimedia/rav1e/rav1e-0.5.1/src/
H A Dlib.rs59 #![warn(clippy::path_buf_push_overwrite)]
/dports/multimedia/librav1e/rav1e-0.5.1/src/bin/
H A Drav1e-ch.rs27 #![warn(clippy::path_buf_push_overwrite)]
H A Drav1e.rs27 #![warn(clippy::path_buf_push_overwrite)]
/dports/multimedia/rav1e/rav1e-0.5.1/src/bin/
H A Drav1e-ch.rs27 #![warn(clippy::path_buf_push_overwrite)]
H A Drav1e.rs27 #![warn(clippy::path_buf_push_overwrite)]
/dports/multimedia/gstreamer1-plugins-rust/gst-plugins-rs-d0466b3eee114207f851b37cae0015c0e718f021/cargo-crates/rav1e-0.4.1/src/bin/
H A Drav1e-ch.rs27 #![warn(clippy::path_buf_push_overwrite)]
H A Drav1e.rs27 #![warn(clippy::path_buf_push_overwrite)]
/dports/lang/rust/rustc-1.58.1-src/src/tools/clippy/
H A DCHANGELOG.md1902 * New lint: [`path_buf_push_overwrite`] [#3954](https://github.com/rust-lang/rust-clippy/pull/3954)
1903 * Move `path_buf_push_overwrite` to the nursery [#4013](https://github.com/rust-lang/rust-clippy/pu…
3073 [`path_buf_push_overwrite`]: https://rust-lang.github.io/rust-clippy/master/index.html#path_buf_pus…