Skip to content

Commit

Permalink
Fix new CI failure
Browse files Browse the repository at this point in the history
  • Loading branch information
CosmicHorrorDev committed Apr 15, 2024
1 parent 75924b1 commit 6ff5efb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions keyvalues-serde/src/error.rs
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
// https://github.com/dtolnay/thiserror/issues/141
#![allow(renamed_and_removed_lints)]
#![allow(clippy::unknown_clippy_lints)]
#![allow(clippy::large_enum_variant)]

use keyvalues_parser::error::Error as ParserError;
use serde::{de, ser};
Expand Down

0 comments on commit 6ff5efb

Please sign in to comment.