]> git.proxmox.com Git - rustc.git/blobdiff - src/tools/clippy/tests/ui/single_component_path_imports_self_after.rs
New upstream version 1.73.0+dfsg1
[rustc.git] / src / tools / clippy / tests / ui / single_component_path_imports_self_after.rs
index 48e8e530261bea39d8b1586d2f60cde8233ee65a..5723d480a2e1bc5a00d4d8bc195f2115d270806c 100644 (file)
@@ -2,6 +2,7 @@
 #![allow(unused_imports)]
 
 use self::regex::{Regex as xeger, RegexSet as tesxeger};
+#[rustfmt::skip]
 pub use self::{
     regex::{Regex, RegexSet},
     some_mod::SomeType,