Adjust tests for newly added ambiguous_wide_pointer_comparisons lint
This commit is contained in:
parent
30c7b18d25
commit
5e1bfb538f
6 changed files with 9 additions and 2 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue