From 926bfef0efc5caca2a04a50beaba9127338e21e0 Mon Sep 17 00:00:00 2001 From: Florian Diebold Date: Sat, 3 Apr 2021 17:42:13 +0200 Subject: Allow unused --- crates/hir_ty/src/lib.rs | 3 +++ 1 file changed, 3 insertions(+) (limited to 'crates') diff --git a/crates/hir_ty/src/lib.rs b/crates/hir_ty/src/lib.rs index 3378015ca..5fa8b3296 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)*) }; -- cgit v1.2.3