File tree Expand file tree Collapse file tree 3 files changed +2
-4
lines changed Expand file tree Collapse file tree 3 files changed +2
-4
lines changed Original file line number Diff line number Diff line change 33# [prelude_import]
44use std::prelude::v1::*;
55# [macro_use]
6- extern crate std as std ;
6+ extern crate std;
77// Copyright 2017 The Rust Project Developers. See the COPYRIGHT
88// file at the top-level directory of this distribution and at
99// http://rust-lang.org/COPYRIGHT.
2121macro_rules! negative(( $ e : expr ) => { $ e < 0 });
2222
2323fn main() { (1 as i32) < 0; }
24-
Original file line number Diff line number Diff line change @@ -19,4 +19,3 @@ macro_rules! negative {
1919fn main ( ) {
2020 negative ! ( 1 as i32 ) ;
2121}
22-
Original file line number Diff line number Diff line change 11# [prelude_import]
22use std::prelude::v1::*;
33# [macro_use]
4- extern crate std as std ;
4+ extern crate std;
55// Copyright 2014 The Rust Project Developers. See the COPYRIGHT
66// file at the top-level directory of this distribution and at
77// http://rust-lang.org/COPYRIGHT.
You can’t perform that action at this time.
0 commit comments