]> git.lizzy.rs Git - rust.git/blob - src/test/rustdoc/dont-show-const-contents.rs
Rollup merge of #61146 - czipperz:SliceConcatExt-connect-default-to-join, r=sfackler
[rust.git] / src / test / rustdoc / dont-show-const-contents.rs
1 // Test that the contents of constants are not displayed as part of the
2 // documentation.
3
4 // @!has dont_show_const_contents/constant.CONST_S.html 'dont show this'
5 pub const CONST_S: &'static str = "dont show this";