Created tests/rustdoc/extern subfolder to limit number of files at the top level

This commit is contained in:
Guillaume Gomez 2025-05-05 17:30:40 +02:00
parent e245c3bc6b
commit e14e19a67d
29 changed files with 6 additions and 0 deletions

View file

@ -0,0 +1 @@
// intentionally empty

View file

@ -0,0 +1,5 @@
pub enum Foo {
Bar {
qux: (),
}
}