mirror of
https://github.com/rust-lang/rust.git
synced 2025-01-11 07:21:51 +00:00
6 lines
105 B
Rust
6 lines
105 B
Rust
#![warn(clippy::allow_attributes)]
|
|
#![feature(lint_reasons)]
|
|
#![crate_type = "proc-macro"]
|
|
|
|
fn main() {}
|