Created tests/rustdoc/extern subfolder to limit number of files at the top level
This commit is contained in:
parent
e245c3bc6b
commit
e14e19a67d
29 changed files with 6 additions and 0 deletions
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: (),
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue