]> git.lizzy.rs Git - rust.git/blob - tests/ui/author.rs
Adapt the *.stderr files of the ui-tests to the tool_lints
[rust.git] / tests / ui / author.rs
1
2
3 fn main() {
4
5     #[clippy::author]
6     let x: char = 0x45 as char;
7 }