Remove excessive trailing newlines.
This commit is contained in:
parent
4daaee900f
commit
470a8e1a97
@ -71,5 +71,3 @@ pub fn check_prefetch_write_instruction(data: &[i8]) {
|
||||
prefetch_write_instruction(data.as_ptr(), 3);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
|
@ -16,5 +16,3 @@
|
||||
fn main() {
|
||||
let x: ! = "hello"; //~ ERROR mismatched types
|
||||
}
|
||||
|
||||
|
||||
|
@ -19,5 +19,3 @@ pub fn main() {
|
||||
//~| ERROR core_intrinsics
|
||||
//~| ERROR core_intrinsics
|
||||
}
|
||||
|
||||
|
||||
|
@ -651,5 +651,3 @@ mod change_trait_bound_indirectly_where {
|
||||
Variant1(T)
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
|
@ -236,6 +236,3 @@ pub fn change_options(_a: i32) -> i32 {
|
||||
}
|
||||
_out
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
@ -72,5 +72,3 @@ pub fn main() {
|
||||
o!(); // not allowed in macros that output cfgs
|
||||
p!(); // not allowed in cfg'ed macros that output cfgs
|
||||
}
|
||||
|
||||
|
||||
|
@ -24,5 +24,3 @@ fn main() {
|
||||
let x: i32 = call_another_fn(wub);
|
||||
let y: u32 = wub();
|
||||
}
|
||||
|
||||
|
||||
|
@ -16,5 +16,3 @@ pub fn foo(x: u32) { }
|
||||
|
||||
#[cfg(y)]
|
||||
pub fn foo(x: i32) { }
|
||||
|
||||
|
||||
|
@ -124,5 +124,3 @@ fn main() {
|
||||
|
||||
TupleStruct(1, 2, 3, 4).bar();
|
||||
}
|
||||
|
||||
|
||||
|
@ -22,5 +22,3 @@ fn main() {
|
||||
+(size_of::<S2>() == 4) as usize;
|
||||
assert_eq!(optimized, 1);
|
||||
}
|
||||
|
||||
|
||||
|
@ -46,5 +46,3 @@ while [[ "$1" != "" ]]; do
|
||||
cp $BUILD_DIR/$STDERR_NAME $MYDIR/$STDERR_NAME
|
||||
fi
|
||||
done
|
||||
|
||||
|
||||
|
@ -46,5 +46,3 @@ while [[ "$1" != "" ]]; do
|
||||
cp $BUILD_DIR/$STDERR_NAME $MYDIR/$STDERR_NAME
|
||||
fi
|
||||
done
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user