diff options
Diffstat (limited to 'tests')
| -rw-r--r-- | tests/rustdoc/reexport/private-mod-override-reexport.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/rustdoc/reexport/private-mod-override-reexport.rs b/tests/rustdoc/reexport/private-mod-override-reexport.rs index 8deafe24222..849acc5fdae 100644 --- a/tests/rustdoc/reexport/private-mod-override-reexport.rs +++ b/tests/rustdoc/reexport/private-mod-override-reexport.rs @@ -1,6 +1,5 @@ // https://github.com/rust-lang/rust/issues/60926 #![crate_name = "foo"] -#![crate_type = "lib"] mod m1 { pub mod m2 { |
