]> git.lizzy.rs Git - rust.git/blobdiff - src/test/rustdoc/reexport-check.rs
Update tests to remove old numeric constants
[rust.git] / src / test / rustdoc / reexport-check.rs
index 066b0cfe5e80e2f35be81c060e963122f951fc68..841702987ef7ce00d200396630a7d0a9f6c69c3e 100644 (file)
@@ -6,6 +6,7 @@
 // @!has 'foo/index.html' '//code' 'pub use self::i32;'
 // @has 'foo/index.html' '//tr[@class="module-item"]' 'i32'
 // @has 'foo/i32/index.html'
+#[allow(deprecated, deprecated_in_future)]
 pub use std::i32;
 // @!has 'foo/index.html' '//code' 'pub use self::string::String;'
 // @has 'foo/index.html' '//tr[@class="module-item"]' 'String'