]> git.lizzy.rs Git - rust.git/blobdiff - src/test/rustdoc/show-const-contents.rs
Update tests to remove old numeric constants
[rust.git] / src / test / rustdoc / show-const-contents.rs
index 814339e198f95035b7cf787a35a9f5c4a9bbbf3b..f5a356bcae6acf09fd27f60fd86b68ad234f6c74 100644 (file)
@@ -52,6 +52,7 @@
 pub use std::f32::consts::PI;
 
 // @has show_const_contents/constant.MAX.html '= i32::MAX; // 2_147_483_647i32'
+#[allow(deprecated, deprecated_in_future)]
 pub use std::i32::MAX;
 
 macro_rules! int_module {