Skip to content

Commit

Permalink
Temporarily disable bad empty_docs lint (#515)
Browse files Browse the repository at this point in the history
  • Loading branch information
shanemadden authored May 7, 2024
1 parent af6181f commit 2b1de0c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,10 @@

// #![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;
Expand Down

0 comments on commit 2b1de0c

Please sign in to comment.