about summary refs log tree commit diff
path: root/src/test/rustdoc/structfields.rs
diff options
context:
space:
mode:
authorGuillaume Gomez <guillaume1.gomez@gmail.com>2018-12-06 22:47:09 +0100
committerGuillaume Gomez <guillaume1.gomez@gmail.com>2019-01-27 00:34:05 +0100
commit1ac727772bd91b6e35b624e3252e6a6bd681c70b (patch)
treef37d6c0d3d970720f4071c47490150e83a6d5ede /src/test/rustdoc/structfields.rs
parent19f8958f827e379be9b0ffc93fca580ec8ffac77 (diff)
downloadrust-1ac727772bd91b6e35b624e3252e6a6bd681c70b.tar.gz
rust-1ac727772bd91b6e35b624e3252e6a6bd681c70b.zip
Remove rustdoc old style files generation
Diffstat (limited to 'src/test/rustdoc/structfields.rs')
-rw-r--r--src/test/rustdoc/structfields.rs5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/test/rustdoc/structfields.rs b/src/test/rustdoc/structfields.rs
index 35cea8afe21..cd8957aa2ec 100644
--- a/src/test/rustdoc/structfields.rs
+++ b/src/test/rustdoc/structfields.rs
@@ -1,6 +1,5 @@
 // @has structfields/Foo.t.html
 // @has - struct.Foo.html
-// @has structfields/struct.Foo.html
 pub struct Foo {
     // @has - //pre "pub a: ()"
     pub a: (),
@@ -14,8 +13,6 @@ pub struct Foo {
     pub d: usize,
 }
 
-// @has structfields/Bar.t.html
-// @has - struct.Bar.html
 // @has structfields/struct.Bar.html
 pub struct Bar {
     // @has - //pre "pub a: ()"
@@ -23,8 +20,6 @@ pub struct Bar {
     // @!has - //pre "// some fields omitted"
 }
 
-// @has structfields/Qux.t.html
-// @has - enum.Qux.html
 // @has structfields/enum.Qux.html
 pub enum Qux {
     Quz {