From 3761c0d246f8deb9ebb83567991bbbc0c090d75d Mon Sep 17 00:00:00 2001 From: Alec Theriault Date: Sun, 5 Nov 2017 20:53:46 -0800 Subject: [PATCH] Fix comments --- src/test/pretty/cast-lt.rs | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/test/pretty/cast-lt.rs b/src/test/pretty/cast-lt.rs index c0ee62380ed0..87b5274545f3 100644 --- a/src/test/pretty/cast-lt.rs +++ b/src/test/pretty/cast-lt.rs @@ -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 } }