chore: clippy

pull/24376/head
Stuart Carnie 2023-06-04 07:06:02 +10:00
parent a4371254eb
commit b6f298f0be
No known key found for this signature in database
GPG Key ID: 848D9C9718D78B4F
1 changed files with 1 additions and 1 deletions

View File

@ -337,7 +337,7 @@ impl<W: Write> Write for LimitedWriter<W> {
#[cfg(test)]
pub mod test_util {
///! Utilities for testing logging and tracing.
/// Utilities for testing logging and tracing.
use super::*;
use observability_deps::tracing::{self, debug, error, info, trace, warn};