1
Fork 0

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 30c7b18d25
commit 5e1bfb538f
6 changed files with 9 additions and 2 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 {}