Adjust tests for newly added ambiguous_wide_pointer_comparisons lint

This commit is contained in:
Urgau 2023-11-09 18:13:52 +01:00
parent 400cd47c28
commit 9d9459a6f9
1 changed files with 1 additions and 1 deletions

View File

@ -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 {}