You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In #133 we added #![allow(unused_unsafe)] due to differences between devices in the PAC crate. Since those warnings are useful in general, we should probably move the #[allow] declarations to the places where there are actual problems rather than making it global
The text was updated successfully, but these errors were encountered:
In #133 we added
#![allow(unused_unsafe)]
due to differences between devices in the PAC crate. Since those warnings are useful in general, we should probably move the#[allow]
declarations to the places where there are actual problems rather than making it globalThe text was updated successfully, but these errors were encountered: