blob: 656d579e4f3bc8b6a2af7ba8950ce14338d85fca [file] [log] [blame]
// Test that the contents of constants are not displayed as part of the
// documentation.
// @!has dont_show_const_contents/constant.CONST_S.html 'dont show this'
pub const CONST_S: &'static str = "dont show this";