Skip to content

Commit 926bfef

Browse files
committed
Allow unused
1 parent e5d2947 commit 926bfef

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

crates/hir_ty/src/lib.rs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
//! The type system. We currently use this to infer types for completion, hover
22
//! information and various assists.
3+
4+
#![allow(unused)]
5+
36
#[allow(unused)]
47
macro_rules! eprintln {
58
($($tt:tt)*) => { stdx::eprintln!($($tt)*) };

0 commit comments

Comments
 (0)