Add ignore-tidy-linelength and fix formatting

This commit is contained in:
Luke Gallagher 2015-04-07 21:37:16 +10:00
parent 7eb723d794
commit 6f9ec0615c

View File

@ -8,6 +8,8 @@
// option. This file may not be copied, modified, or distributed
// except according to those terms.
// ignore-tidy-linelength
use std::ops::{Add, Sub};
type Test = Add +
@ -15,5 +17,4 @@
Sub;
//~^ ERROR only the builtin traits can be used as closure or object bounds
fn main() {
}
fn main() { }