Fix comments

This commit is contained in:
Alec Theriault 2017-11-05 20:53:46 -08:00
parent 005d14d5c8
commit 3761c0d246

View file

@ -1,4 +1,4 @@
// Copyright 2014 The Rust Project Developers. See the COPYRIGHT
// Copyright 2017 The Rust Project Developers. See the COPYRIGHT
// file at the top-level directory of this distribution and at
// http://rust-lang.org/COPYRIGHT.
//
@ -12,8 +12,6 @@
// pretty-mode:expanded
// pp-exact:cast-lt.pp
// #4264 fixed-length vector types
macro_rules! negative {
($e:expr) => { $e < 0 }
}