Skip to content

Commit

Permalink
Fix unused import warning in isototest error module
Browse files Browse the repository at this point in the history
  • Loading branch information
ByteOtter committed Aug 14, 2024
1 parent bbdd84f commit 3ee6f2b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions isototest/src/errors/util_errors.rs
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
//! This module defines and implements error type which refer to the supporting util of this library.
//! This means functionality like logging and similar supporting functionality, which do not necessarily
//! impact the core functionality of this library itself.
#[cfg(feature = "default-logging")] // HACK: Until other error types implement fmt.
use std::fmt;

#[derive(Debug)]
Expand Down

0 comments on commit 3ee6f2b

Please sign in to comment.