diff options
| author | Urgau <urgau@numericable.fr> | 2023-11-09 18:13:52 +0100 |
|---|---|---|
| committer | Urgau <urgau@numericable.fr> | 2023-12-06 09:03:48 +0100 |
| commit | 9d9459a6f9ef3849ff4c5cdd5cfec66cc41b5bc9 (patch) | |
| tree | 6dd722c54b57bf6f0689a17570c24a71cbb64669 | |
| parent | 400cd47c288a273a38d63eb88d15d54dc72fbbbb (diff) | |
| download | rust-9d9459a6f9ef3849ff4c5cdd5cfec66cc41b5bc9.tar.gz rust-9d9459a6f9ef3849ff4c5cdd5cfec66cc41b5bc9.zip | |
Adjust tests for newly added ambiguous_wide_pointer_comparisons lint
| -rw-r--r-- | example/mini_core.rs | 2 |
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 {} |
