diff options
Diffstat (limited to 'src/test/run-make/rustdoc-hidden-line/foo.rs')
| -rw-r--r-- | src/test/run-make/rustdoc-hidden-line/foo.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/run-make/rustdoc-hidden-line/foo.rs b/src/test/run-make/rustdoc-hidden-line/foo.rs index 26546cef0f0..c402da7987d 100644 --- a/src/test/run-make/rustdoc-hidden-line/foo.rs +++ b/src/test/run-make/rustdoc-hidden-line/foo.rs @@ -8,7 +8,7 @@ // option. This file may not be copied, modified, or distributed // except according to those terms. -#![crate_id="foo#0.1"] +#![crate_name="foo"] /// The '# ' lines should be removed from the output, but the #[deriving] should be /// retained. |
