Fixes necessary for having no_std imports work with edition2018

This commit is contained in:
Alexander Theißen
2020-10-22 12:26:24 +02:00
parent a2653cff5a
commit aebfc0fbd7
15 changed files with 54 additions and 42 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
use std::env;
use crate::std::env;
use log::LevelFilter;
use env_logger::Builder;
use lazy_static::lazy_static;