Skip to content

Commit

Permalink
Fix clippy
Browse files Browse the repository at this point in the history
  • Loading branch information
MyBlackMIDIScore committed Oct 6, 2024
1 parent 0a503ff commit c9724e4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions clib/src/lib.rs
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
#![allow(clippy::missing_safety_doc)]
#![allow(clippy::result_unit_err)]
#![allow(clippy::too_long_first_doc_paragraph)]

pub mod consts;
pub mod group;
Expand Down
1 change: 1 addition & 0 deletions kdmapi/src/lib.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
#![allow(non_snake_case)]
#![allow(static_mut_refs)]

use hotwatch::{Event, EventKind, Hotwatch};
use std::{
Expand Down

0 comments on commit c9724e4

Please sign in to comment.