mirror of
https://github.com/rust-lang/rust-clippy
synced 2024-11-10 15:14:29 +00:00
12 lines
176 B
Rust
12 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!");
|
|
|| "}{";
|
|
}
|