mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-22 14:55:26 +00:00
c2a0d9ca6e
modules are now stripped based on the same logic that's used to strip other item kinds
7 lines
138 B
Rust
7 lines
138 B
Rust
// See https://github.com/rust-lang/rust/issues/101105
|
|
|
|
//@ !has "$.index[*][?(@.name=='nucleus')]"
|
|
mod corpus {
|
|
pub mod nucleus {}
|
|
}
|