mirror of
https://github.com/rust-lang/rust-analyzer
synced 2024-11-16 01:38:13 +00:00
Allow unused
This commit is contained in:
parent
e5d294765a
commit
926bfef0ef
1 changed files with 3 additions and 0 deletions
|
@ -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 a new issue