rust/tests/rustdoc-json/pub_mod_in_private_mod.rs
schvv31n c2a0d9ca6e rustdoc: fixed #101105
modules are now stripped based on the same logic that's used to strip other item kinds
2024-08-08 17:13:15 +01:00

7 lines
138 B
Rust

// See https://github.com/rust-lang/rust/issues/101105
//@ !has "$.index[*][?(@.name=='nucleus')]"
mod corpus {
pub mod nucleus {}
}