Fix broken doctest in src/core/utils/debug.rs
This commit is contained in:
parent
a1677f05d3
commit
804257eb52
1 changed files with 1 additions and 1 deletions
|
|
@ -28,7 +28,7 @@ impl<T: fmt::Debug> fmt::Debug for TruncatedSlice<'_, T> {
|
|||
/// use tuwunel_core::utils::debug::slice_truncated;
|
||||
///
|
||||
/// #[tracing::instrument(fields(foos = slice_truncated(foos, 42)))]
|
||||
/// fn bar(foos: &[&str]);
|
||||
/// fn bar(foos: &[&str]) {}
|
||||
/// ```
|
||||
pub fn slice_truncated<T: fmt::Debug>(
|
||||
slice: &[T],
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue