Remove ignore-tidy-linelength
from tests that no longer need it
This commit is contained in:
parent
ff804778c8
commit
2a9e1011b1
@ -8,8 +8,6 @@
|
|||||||
// option. This file may not be copied, modified, or distributed
|
// option. This file may not be copied, modified, or distributed
|
||||||
// except according to those terms.
|
// except according to those terms.
|
||||||
|
|
||||||
// ignore-tidy-linelength
|
|
||||||
|
|
||||||
struct S<T> {
|
struct S<T> {
|
||||||
contents: T,
|
contents: T,
|
||||||
}
|
}
|
||||||
|
@ -8,8 +8,6 @@
|
|||||||
// option. This file may not be copied, modified, or distributed
|
// option. This file may not be copied, modified, or distributed
|
||||||
// except according to those terms.
|
// except according to those terms.
|
||||||
|
|
||||||
// ignore-tidy-linelength
|
|
||||||
|
|
||||||
use std::cell::RefCell;
|
use std::cell::RefCell;
|
||||||
|
|
||||||
trait Trait : ::std::marker::MarkerTrait {}
|
trait Trait : ::std::marker::MarkerTrait {}
|
||||||
|
@ -8,8 +8,6 @@
|
|||||||
// option. This file may not be copied, modified, or distributed
|
// option. This file may not be copied, modified, or distributed
|
||||||
// except according to those terms.
|
// except according to those terms.
|
||||||
|
|
||||||
// ignore-tidy-linelength
|
|
||||||
|
|
||||||
#![feature(optin_builtin_traits)]
|
#![feature(optin_builtin_traits)]
|
||||||
|
|
||||||
use std::marker::MarkerTrait;
|
use std::marker::MarkerTrait;
|
||||||
|
@ -8,7 +8,6 @@
|
|||||||
// option. This file may not be copied, modified, or distributed
|
// option. This file may not be copied, modified, or distributed
|
||||||
// except according to those terms.
|
// except according to those terms.
|
||||||
|
|
||||||
// ignore-tidy-linelength
|
|
||||||
// aux-build:coherence_orphan_lib.rs
|
// aux-build:coherence_orphan_lib.rs
|
||||||
|
|
||||||
#![feature(optin_builtin_traits)]
|
#![feature(optin_builtin_traits)]
|
||||||
|
@ -8,8 +8,6 @@
|
|||||||
// option. This file may not be copied, modified, or distributed
|
// option. This file may not be copied, modified, or distributed
|
||||||
// except according to those terms.
|
// except according to those terms.
|
||||||
|
|
||||||
// ignore-tidy-linelength
|
|
||||||
|
|
||||||
impl B { //~ ERROR use of undeclared type name `B`
|
impl B { //~ ERROR use of undeclared type name `B`
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -12,7 +12,6 @@
|
|||||||
// aux-build:inherited_stability.rs
|
// aux-build:inherited_stability.rs
|
||||||
// aux-build:stability_cfg1.rs
|
// aux-build:stability_cfg1.rs
|
||||||
// aux-build:stability_cfg2.rs
|
// aux-build:stability_cfg2.rs
|
||||||
// ignore-tidy-linelength
|
|
||||||
|
|
||||||
#![deny(deprecated)]
|
#![deny(deprecated)]
|
||||||
#![allow(dead_code)]
|
#![allow(dead_code)]
|
||||||
|
@ -8,8 +8,6 @@
|
|||||||
// option. This file may not be copied, modified, or distributed
|
// option. This file may not be copied, modified, or distributed
|
||||||
// except according to those terms.
|
// except according to those terms.
|
||||||
|
|
||||||
// ignore-tidy-linelength
|
|
||||||
|
|
||||||
#![allow(dead_code)]
|
#![allow(dead_code)]
|
||||||
#![deny(non_snake_case)]
|
#![deny(non_snake_case)]
|
||||||
|
|
||||||
|
@ -8,8 +8,6 @@
|
|||||||
// option. This file may not be copied, modified, or distributed
|
// option. This file may not be copied, modified, or distributed
|
||||||
// except according to those terms.
|
// except according to those terms.
|
||||||
|
|
||||||
// ignore-tidy-linelength
|
|
||||||
|
|
||||||
#![feature(optin_builtin_traits)]
|
#![feature(optin_builtin_traits)]
|
||||||
|
|
||||||
impl Copy for .. {}
|
impl Copy for .. {}
|
||||||
|
@ -8,8 +8,6 @@
|
|||||||
// option. This file may not be copied, modified, or distributed
|
// option. This file may not be copied, modified, or distributed
|
||||||
// except according to those terms.
|
// except according to those terms.
|
||||||
|
|
||||||
// ignore-tidy-linelength
|
|
||||||
|
|
||||||
#![feature(box_syntax)]
|
#![feature(box_syntax)]
|
||||||
|
|
||||||
use std::fmt;
|
use std::fmt;
|
||||||
|
@ -10,7 +10,6 @@
|
|||||||
|
|
||||||
// ignore-windows failing on win32 bot
|
// ignore-windows failing on win32 bot
|
||||||
// ignore-freebsd: gdb package too new
|
// ignore-freebsd: gdb package too new
|
||||||
// ignore-tidy-linelength
|
|
||||||
// ignore-lldb
|
// ignore-lldb
|
||||||
// ignore-android: FIXME(#10381)
|
// ignore-android: FIXME(#10381)
|
||||||
// compile-flags:-g
|
// compile-flags:-g
|
||||||
|
Loading…
Reference in New Issue
Block a user