mirror of
https://github.com/rust-embedded/heapless.git
synced 2025-09-26 20:10:24 +00:00
Don't deny warnings.
This commit is contained in:
parent
5225abdd17
commit
0c1e1c0d0e
2
build.rs
2
build.rs
@ -1,5 +1,3 @@
|
|||||||
#![deny(warnings)]
|
|
||||||
|
|
||||||
use std::{
|
use std::{
|
||||||
env,
|
env,
|
||||||
error::Error,
|
error::Error,
|
||||||
|
@ -1,6 +1,5 @@
|
|||||||
#![deny(rust_2018_compatibility)]
|
#![deny(rust_2018_compatibility)]
|
||||||
#![deny(rust_2018_idioms)]
|
#![deny(rust_2018_idioms)]
|
||||||
#![deny(warnings)]
|
|
||||||
|
|
||||||
use std::{ptr::addr_of_mut, thread};
|
use std::{ptr::addr_of_mut, thread};
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user