about summary refs log tree commit diff
path: root/src/test/parse-fail
diff options
context:
space:
mode:
authorkennytm <kennytm@gmail.com>2017-12-30 15:50:33 +0800
committerkennytm <kennytm@gmail.com>2017-12-30 15:50:52 +0800
commit470a8e1a97ceb34d0a10dcce99d24f3bfcd6ea4e (patch)
tree4fb964e5f3909a4dd037f2dbe91ecb8d676ad43c /src/test/parse-fail
parent4daaee900f449a89eb1217dda3438f0f5085e5e6 (diff)
downloadrust-470a8e1a97ceb34d0a10dcce99d24f3bfcd6ea4e.tar.gz
rust-470a8e1a97ceb34d0a10dcce99d24f3bfcd6ea4e.zip
Remove excessive trailing newlines.
Diffstat (limited to 'src/test/parse-fail')
-rw-r--r--src/test/parse-fail/range_inclusive_gate.rs2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/test/parse-fail/range_inclusive_gate.rs b/src/test/parse-fail/range_inclusive_gate.rs
index de690c3fea3..6b6afc504e1 100644
--- a/src/test/parse-fail/range_inclusive_gate.rs
+++ b/src/test/parse-fail/range_inclusive_gate.rs
@@ -72,5 +72,3 @@ pub fn main() {
     o!(); // not allowed in macros that output cfgs
     p!(); // not allowed in cfg'ed macros that output cfgs
 }
-
-