6 lines
105 B
Rust
6 lines
105 B
Rust
|
#![warn(clippy::allow_attributes)]
|
||
|
#![feature(lint_reasons)]
|
||
|
#![crate_type = "proc-macro"]
|
||
|
|
||
|
fn main() {}
|