mirror of
https://github.com/rust-lang/rust-clippy
synced 2024-11-23 13:13:34 +00:00
Put ice test auxiliary fix in right place
This commit is contained in:
parent
9c48a2c39a
commit
cc6e27fa71
2 changed files with 1 additions and 5 deletions
|
@ -1,7 +1,3 @@
|
||||||
//ignore-test
|
|
||||||
|
|
||||||
// This file is used by the ice-4727 test but isn't itself a test.
|
|
||||||
//
|
|
||||||
pub trait Trait {
|
pub trait Trait {
|
||||||
fn fun(par: &str) -> &str;
|
fn fun(par: &str) -> &str;
|
||||||
}
|
}
|
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
#![warn(clippy::use_self)]
|
#![warn(clippy::use_self)]
|
||||||
|
|
||||||
#[path = "ice-4727-aux.rs"]
|
#[path = "auxiliary/ice-4727-aux.rs"]
|
||||||
mod aux;
|
mod aux;
|
||||||
|
|
||||||
fn main() {}
|
fn main() {}
|
||||||
|
|
Loading…
Reference in a new issue