Fixing deprecation warnings

master
Ryan Summers 2020-11-10 15:13:57 +01:00
parent 514314dced
commit c804312e60
1 changed files with 2 additions and 0 deletions

View File

@ -1,3 +1,5 @@
#![deny(warnings)]
#![allow(deprecated)]
#![allow(clippy::missing_safety_doc)]
#![no_std]
#![no_main]