]> git.lizzy.rs Git - rust.git/blobdiff - tests/ui/entry.fixed
Move MSRV tests into the lint specific test files
[rust.git] / tests / ui / entry.fixed
index 8a36ec833d76d3aa331b120d356507efe46168e1..e43635abcd112fcebf173130d56aaab75e474876 100644 (file)
@@ -2,8 +2,8 @@
 
 #![allow(unused, clippy::needless_pass_by_value, clippy::collapsible_if)]
 #![warn(clippy::map_entry)]
-#![feature(asm)]
 
+use std::arch::asm;
 use std::collections::HashMap;
 use std::hash::Hash;