Skip to content

Commit 3761c0d

Browse files
committed
Fix comments
1 parent 005d14d commit 3761c0d

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

src/test/pretty/cast-lt.rs

+1-3
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2014 The Rust Project Developers. See the COPYRIGHT
1+
// Copyright 2017 The Rust Project Developers. See the COPYRIGHT
22
// file at the top-level directory of this distribution and at
33
// http://rust-lang.org/COPYRIGHT.
44
//
@@ -12,8 +12,6 @@
1212
// pretty-mode:expanded
1313
// pp-exact:cast-lt.pp
1414

15-
// #4264 fixed-length vector types
16-
1715
macro_rules! negative {
1816
($e:expr) => { $e < 0 }
1917
}

0 commit comments

Comments
 (0)