]> git.lizzy.rs Git - rust.git/blob - src/tools/clippy/tests/ui/renamed_builtin_attr.fixed
Merge commit 'e636b88aa180e8cab9e28802aac90adbc984234d' into clippyup
[rust.git] / src / tools / clippy / tests / ui / renamed_builtin_attr.fixed
1 // run-rustfix
2
3 #[clippy::cognitive_complexity = "1"]
4 fn main() {}