Skip to content

Commit

Permalink
remove use super::* from unit test
Browse files Browse the repository at this point in the history
  • Loading branch information
lperlaki committed Dec 17, 2024
1 parent d0a9215 commit 16602b3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion crates/s3s/src/error/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -245,7 +245,8 @@ impl S3ErrorCode {

#[cfg(test)]
mod tests {
use super::*;
// not needed since the macro is globally in scope
// use super::*;

#[test]
fn s3_error_fmt() {
Expand Down

0 comments on commit 16602b3

Please sign in to comment.