rust/tests/rustdoc-json/pub_mod_in_private_mod.rs

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

7 lines
138 B
Rust
Raw Permalink Normal View History

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