summaryrefslogtreecommitdiffstats
path: root/src/tools/clippy/tests/ui/renamed_builtin_attr.fixed
diff options
context:
space:
mode:
Diffstat (limited to 'src/tools/clippy/tests/ui/renamed_builtin_attr.fixed')
-rw-r--r--src/tools/clippy/tests/ui/renamed_builtin_attr.fixed4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/tools/clippy/tests/ui/renamed_builtin_attr.fixed b/src/tools/clippy/tests/ui/renamed_builtin_attr.fixed
new file mode 100644
index 000000000..cb91b841d
--- /dev/null
+++ b/src/tools/clippy/tests/ui/renamed_builtin_attr.fixed
@@ -0,0 +1,4 @@
+// run-rustfix
+
+#[clippy::cognitive_complexity = "1"]
+fn main() {}