Created tests/rustdoc/extern subfolder to limit number of files at the top level
This commit is contained in:
1
tests/rustdoc/extern/auxiliary/empty.rs
vendored
Normal file
1
tests/rustdoc/extern/auxiliary/empty.rs
vendored
Normal file
@@ -0,0 +1 @@
|
|||||||
|
// intentionally empty
|
||||||
5
tests/rustdoc/extern/auxiliary/variant-struct.rs
vendored
Normal file
5
tests/rustdoc/extern/auxiliary/variant-struct.rs
vendored
Normal file
@@ -0,0 +1,5 @@
|
|||||||
|
pub enum Foo {
|
||||||
|
Bar {
|
||||||
|
qux: (),
|
||||||
|
}
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user