From 3e90da5e153ece9bdc67761bf8ea016a4c158867 Mon Sep 17 00:00:00 2001 From: Shane Madden Date: Thu, 13 Jun 2024 18:58:18 -0600 Subject: [PATCH] Remove empty_docs workaround now that 1.79 is released --- src/lib.rs | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/lib.rs b/src/lib.rs index 28fa02b8..6117ad0f 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -94,10 +94,6 @@ // #![warn(clippy::missing_const_for_fn)] -// temporary workaround for https://github.com/rust-lang/rust-clippy/issues/12377 -// fix not being in current stable rust 1.78; should be fixed in 1.79 -#![allow(clippy::empty_docs)] - pub mod console; pub mod constants; pub mod enums;