Skip to content

Commit

Permalink
Silence clippy: unused Incomplete error type
Browse files Browse the repository at this point in the history
  • Loading branch information
Dekker1 committed Jul 28, 2024
1 parent 64871ca commit dbded2b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions crates/pindakaas/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -220,6 +220,7 @@ pub trait Checker {

/// Incomplete is a error type returned by a [`Checker`] type when the
#[derive(Clone, Debug, PartialEq, Eq, PartialOrd)]
#[allow(dead_code)] // TODO
pub struct Incomplete {
missing: Box<[Lit]>,
}
Expand Down

0 comments on commit dbded2b

Please sign in to comment.