We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 005d14d commit 3761c0dCopy full SHA for 3761c0d
src/test/pretty/cast-lt.rs
@@ -1,4 +1,4 @@
1
-// Copyright 2014 The Rust Project Developers. See the COPYRIGHT
+// Copyright 2017 The Rust Project Developers. See the COPYRIGHT
2
// file at the top-level directory of this distribution and at
3
// http://rust-lang.org/COPYRIGHT.
4
//
@@ -12,8 +12,6 @@
12
// pretty-mode:expanded
13
// pp-exact:cast-lt.pp
14
15
-// #4264 fixed-length vector types
16
-
17
macro_rules! negative {
18
($e:expr) => { $e < 0 }
19
}
0 commit comments