From 90f5e8ef3c7aa61ccdb087073b2c0cf6ac52f1ee Mon Sep 17 00:00:00 2001 From: Eskil Queseth Date: Sun, 13 Jun 2021 19:17:45 +0200 Subject: add macro_use_extern_crate lint --- mumd/src/main.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mumd/src') diff --git a/mumd/src/main.rs b/mumd/src/main.rs index f5b00c3..e7a7945 100644 --- a/mumd/src/main.rs +++ b/mumd/src/main.rs @@ -1,5 +1,5 @@ #![warn(elided_lifetimes_in_paths)] -#![deny(keyword_idents)] +#![deny(keyword_idents, macro_use_extern_crate)] mod audio; mod client; -- cgit v1.2.1