From 3abe7df3fbc12a8df259f48c746f2b9344a5f33c Mon Sep 17 00:00:00 2001 From: Fuwn Date: Mon, 3 Jun 2024 14:57:47 +0000 Subject: fix: bump rust and update accordingly --- crates/whirl_server/src/lib.rs | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) (limited to 'crates/whirl_server/src/lib.rs') diff --git a/crates/whirl_server/src/lib.rs b/crates/whirl_server/src/lib.rs index ad7d05e..2567cf7 100644 --- a/crates/whirl_server/src/lib.rs +++ b/crates/whirl_server/src/lib.rs @@ -3,13 +3,7 @@ //! Exposes the Distributor and Hub for further use. -#![feature( - type_ascription, - hash_set_entry, - type_name_of_val, - decl_macro, - proc_macro_hygiene -)] +#![feature(type_ascription, hash_set_entry, decl_macro, proc_macro_hygiene)] #![deny( warnings, nonstandard_style, @@ -24,6 +18,7 @@ html_logo_url = "https://raw.githubusercontent.com/Whirlsplash/assets/master/Whirl.png", html_favicon_url = "https://raw.githubusercontent.com/Whirlsplash/assets/master/Whirl.png" )] +#![allow(non_local_definitions, dead_code)] #[macro_use] extern crate log; -- cgit v1.2.3