Skip to content

Commit

Permalink
cargo fmt
Browse files Browse the repository at this point in the history
Messed some formatting up in the Github Web UI ;)
  • Loading branch information
Techcable committed Jan 3, 2024
1 parent 4d0aefc commit 25c0b12
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -3500,7 +3500,6 @@ where
#[cfg(feature = "std")]
pub struct ErrorRef<'a, E: ?Sized + std::error::Error>(pub &'a E);


#[cfg(feature = "std")]
impl<'a, E> Value for ErrorRef<'a, E>
where
Expand Down
2 changes: 0 additions & 2 deletions src/tests.rs
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,6 @@ mod std_only {
let logger = Logger::root(CheckError, o!());
info!(logger, "foonot-error: not-error; "; "not-error" => "not-error", "error" => #error);
slog_info!(logger, "foonot-error: not-error; "; "not-error" => "not-error", "error" => #error);

}

#[test]
Expand Down Expand Up @@ -261,7 +260,6 @@ mod std_only {
info!(logger, "not found"; "error" => #std::io::Error::from(std::io::ErrorKind::NotFound));
let error = std::io::Error::from(std::io::ErrorKind::NotFound);
info!(logger, "not found"; "error" => #&error);

}
}

Expand Down

0 comments on commit 25c0b12

Please sign in to comment.