about summary refs log tree commit diff
diff options
context:
space:
mode:
authorUrgau <urgau@numericable.fr>2023-11-09 18:13:52 +0100
committerUrgau <urgau@numericable.fr>2023-12-06 09:03:48 +0100
commit9d9459a6f9ef3849ff4c5cdd5cfec66cc41b5bc9 (patch)
tree6dd722c54b57bf6f0689a17570c24a71cbb64669
parent400cd47c288a273a38d63eb88d15d54dc72fbbbb (diff)
downloadrust-9d9459a6f9ef3849ff4c5cdd5cfec66cc41b5bc9.tar.gz
rust-9d9459a6f9ef3849ff4c5cdd5cfec66cc41b5bc9.zip
Adjust tests for newly added ambiguous_wide_pointer_comparisons lint
-rw-r--r--example/mini_core.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/example/mini_core.rs b/example/mini_core.rs
index 934e4b1786f..3607b7cd944 100644
--- a/example/mini_core.rs
+++ b/example/mini_core.rs
@@ -11,7 +11,7 @@
     thread_local
 )]
 #![no_core]
-#![allow(dead_code, internal_features)]
+#![allow(dead_code, internal_features, ambiguous_wide_pointer_comparisons)]
 
 #[lang = "sized"]
 pub trait Sized {}