Skip to content

Commit

Permalink
obey clippy
Browse files Browse the repository at this point in the history
Signed-off-by: Heinz N. Gies <heinz@licenser.net>
  • Loading branch information
Licenser committed Aug 3, 2024
1 parent b5f7263 commit 8d207de
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 2 deletions.
File renamed without changes.
1 change: 0 additions & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,6 @@ pub enum AccessError {
NotAnArray,
}

#[cfg(not(tarpaulin_include))]
impl fmt::Display for AccessError {
fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result {
match self {
Expand Down
1 change: 0 additions & 1 deletion src/node.rs
Original file line number Diff line number Diff line change
Expand Up @@ -230,7 +230,6 @@ impl ValueAsScalar for StaticNode {
}
}

#[cfg(not(tarpaulin_include))]
impl fmt::Display for StaticNode {
#[cfg(not(feature = "128bit"))]
fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result {
Expand Down

0 comments on commit 8d207de

Please sign in to comment.