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>2020-07-02 14:14:59 +0200
committerGuillaume Gomez <guillaume1.gomez@gmail.com>2020-07-02 14:14:59 +0200
commite955bebcda257d290278b53c1677e7c54e65f134 (patch)
treeb7e2774e571f704aedf1b4bc0696d3fa7fd0d4a9 /src/test/rustdoc/structfields.rs
parentaf2962027721b8dc700de339350f96b284c15fcd (diff)
downloadrust-e955bebcda257d290278b53c1677e7c54e65f134.tar.gz
rust-e955bebcda257d290278b53c1677e7c54e65f134.zip
Remove render-redirect-pages option in rustdoc
Diffstat (limited to 'src/test/rustdoc/structfields.rs')
-rw-r--r--src/test/rustdoc/structfields.rs8
1 files changed, 0 insertions, 8 deletions
diff --git a/src/test/rustdoc/structfields.rs b/src/test/rustdoc/structfields.rs
index 235f0e852da..6de198453cd 100644
--- a/src/test/rustdoc/structfields.rs
+++ b/src/test/rustdoc/structfields.rs
@@ -1,7 +1,3 @@
-// compile-flags:-Z unstable-options --generate-redirect-pages
-
-// @has structfields/Foo.t.html
-// @has - struct.Foo.html
 // @has structfields/struct.Foo.html
 pub struct Foo {
     // @has - //pre "pub a: ()"
@@ -16,8 +12,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: ()"
@@ -25,8 +19,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 {