diff options
| author | Guillaume Gomez <guillaume1.gomez@gmail.com> | 2025-05-05 17:30:40 +0200 |
|---|---|---|
| committer | Guillaume Gomez <guillaume1.gomez@gmail.com> | 2025-05-05 17:49:12 +0200 |
| commit | e14e19a67dcdd7437b29bd37b4aa1fde3e5fecee (patch) | |
| tree | 72413ee76e1e858195fc1f623c0bc4e6da36f5fe /tests/rustdoc/auxiliary/rustdoc-extern-default-method.rs | |
| parent | e245c3bc6bb7d278106649be9a03fc9b374e196b (diff) | |
| download | rust-e14e19a67dcdd7437b29bd37b4aa1fde3e5fecee.tar.gz rust-e14e19a67dcdd7437b29bd37b4aa1fde3e5fecee.zip | |
Created `tests/rustdoc/extern` subfolder to limit number of files at the top level
Diffstat (limited to 'tests/rustdoc/auxiliary/rustdoc-extern-default-method.rs')
| -rw-r--r-- | tests/rustdoc/auxiliary/rustdoc-extern-default-method.rs | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/tests/rustdoc/auxiliary/rustdoc-extern-default-method.rs b/tests/rustdoc/auxiliary/rustdoc-extern-default-method.rs deleted file mode 100644 index 12934238a8e..00000000000 --- a/tests/rustdoc/auxiliary/rustdoc-extern-default-method.rs +++ /dev/null @@ -1,11 +0,0 @@ -#![crate_type="lib"] - -pub trait Trait { - fn provided(&self) {} -} - -pub struct Struct; - -impl Trait for Struct { - fn provided(&self) {} -} |
