Add ignore-tidy-linelength
and fix formatting
This commit is contained in:
parent
7eb723d794
commit
6f9ec0615c
@ -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() { }
|
||||
|
Loading…
Reference in New Issue
Block a user