diff --git a/crates/hir_ty/src/lib.rs b/crates/hir_ty/src/lib.rs index 3378015ca8f..5fa8b3296c7 100644 --- a/crates/hir_ty/src/lib.rs +++ b/crates/hir_ty/src/lib.rs @@ -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)*) };