]> git.lizzy.rs Git - rust.git/blob - src/tools/clippy/tests/ui/renamed_builtin_attr.rs
Rollup merge of #72606 - GuillaumeGomez:cell-example-update, r=Dylan-DPC
[rust.git] / src / tools / clippy / tests / ui / renamed_builtin_attr.rs
1 // run-rustfix
2
3 #[clippy::cyclomatic_complexity = "1"]
4 fn main() {}