Adjust tests for newly added ambiguous_wide_pointer_comparisons lint
This commit is contained in:
parent
400cd47c28
commit
9d9459a6f9
@ -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 {}
|
||||
|
Loading…
Reference in New Issue
Block a user