]> git.lizzy.rs Git - rust.git/blobdiff - src/tools/clippy/tests/ui/unsafe_removed_from_name.rs
Merge commit '8f1ebdd18bdecc621f16baaf779898cc08cc2766' into clippyup
[rust.git] / src / tools / clippy / tests / ui / unsafe_removed_from_name.rs
index cde4e96d668c2c78b5cb79478702db0e66520e46..d29888ac62f6b4d2dc54db0361527c56ac5da524 100644 (file)
@@ -24,4 +24,7 @@ mod mod_with_some_unsafe_things {
 use mod_with_some_unsafe_things::Safe as IPromiseItsSafeThisTime;
 use mod_with_some_unsafe_things::Unsafe as SuperUnsafeModThing;
 
+#[allow(clippy::unsafe_removed_from_name)]
+use mod_with_some_unsafe_things::Unsafe as SuperSafeThing;
+
 fn main() {}