mirror of
https://github.com/rust-lang/rust-clippy
synced 2024-11-17 18:28:40 +00:00
13 lines
176 B
Rust
13 lines
176 B
Rust
|
// aux-build:ice-7272-aux.rs
|
||
|
|
||
|
#![allow(clippy::no_effect)]
|
||
|
|
||
|
extern crate ice_7272_aux;
|
||
|
|
||
|
use ice_7272_aux::*;
|
||
|
|
||
|
pub fn main() {
|
||
|
|| WARNING!("Style changed!");
|
||
|
|| "}{";
|
||
|
}
|