提交 9af047ff 编写于 作者: L Linus Färnstrand

Fix show-const-contents rustdoc test

上级 6850e4a1
...@@ -51,7 +51,7 @@ ...@@ -51,7 +51,7 @@
// @has show_const_contents/constant.PI.html '; // 3.14159274f32' // @has show_const_contents/constant.PI.html '; // 3.14159274f32'
pub use std::f32::consts::PI; pub use std::f32::consts::PI;
// @has show_const_contents/constant.MAX.html '= i32::max_value(); // 2_147_483_647i32' // @has show_const_contents/constant.MAX.html '= i32::MAX; // 2_147_483_647i32'
pub use std::i32::MAX; pub use std::i32::MAX;
macro_rules! int_module { macro_rules! int_module {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册