Skip to content

Commit

Permalink
Add space, remove "as string".
Browse files Browse the repository at this point in the history
  • Loading branch information
samscott89 committed Sep 11, 2019
1 parent 4eff711 commit d4e99b8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tracing-core/src/field.rs
Expand Up @@ -218,7 +218,8 @@ pub trait Value: crate::sealed::Sealed {
fn record(&self, key: &Field, visitor: &mut dyn Visit);
}

/// A `Value` which serializes as a string using `fmt::Display`.
/// A `Value` which serializes using `fmt::Display`.
///
/// Uses `record_debug` in the `Value` implementation to
/// avoid an unnecessary evaluation.
#[derive(Clone)]
Expand Down

0 comments on commit d4e99b8

Please sign in to comment.