about summary refs log tree commit diff
path: root/src/test/rustdoc
diff options
context:
space:
mode:
authorGuillaume Gomez <guillaume1.gomez@gmail.com>2017-03-31 12:08:31 -0600
committerGuillaume Gomez <guillaume1.gomez@gmail.com>2017-03-31 12:16:03 -0600
commit4de4a955052febfbcd28fd156a7585b90b5dd184 (patch)
tree8b0a9133d400f5328094bb93238696d45b732ec6 /src/test/rustdoc
parent51d3cec38794beb644f67e80b1e7718ee14facf0 (diff)
downloadrust-4de4a955052febfbcd28fd156a7585b90b5dd184.tar.gz
rust-4de4a955052febfbcd28fd156a7585b90b5dd184.zip
Add end whitespace ignore flag for tidy
Diffstat (limited to 'src/test/rustdoc')
-rw-r--r--src/test/rustdoc/check-hard-break.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/rustdoc/check-hard-break.rs b/src/test/rustdoc/check-hard-break.rs
index 4604639c3c8..5c5e3f8136c 100644
--- a/src/test/rustdoc/check-hard-break.rs
+++ b/src/test/rustdoc/check-hard-break.rs
@@ -10,7 +10,7 @@
 
 #![crate_name = "foo"]
 
-// ignore-tidy-linelength
+// ignore-tidy-end-whitespace
 
 // @has foo/fn.f.html
 // @has - '<p>hard break:<br>after hard break</p>'