about summary refs log tree commit diff
path: root/tests/ui/manual_str_repeat.rs
diff options
context:
space:
mode:
Diffstat (limited to 'tests/ui/manual_str_repeat.rs')
-rw-r--r--tests/ui/manual_str_repeat.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/ui/manual_str_repeat.rs b/tests/ui/manual_str_repeat.rs
index a366351ffa4..3e3c7f4db4a 100644
--- a/tests/ui/manual_str_repeat.rs
+++ b/tests/ui/manual_str_repeat.rs
@@ -1,3 +1,4 @@
+#![allow(non_local_definitions)]
 #![warn(clippy::manual_str_repeat)]
 
 use std::borrow::Cow;