Allow unused
This commit is contained in:
parent
e5d294765a
commit
926bfef0ef
@ -1,5 +1,8 @@
|
||||
//! The type system. We currently use this to infer types for completion, hover
|
||||
//! information and various assists.
|
||||
|
||||
#![allow(unused)]
|
||||
|
||||
#[allow(unused)]
|
||||
macro_rules! eprintln {
|
||||
($($tt:tt)*) => { stdx::eprintln!($($tt)*) };
|
||||
|
Loading…
Reference in New Issue
Block a user