mirror of
https://github.com/serde-rs/json.git
synced 2026-04-11 14:24:49 +00:00
Do not show NotNan in Number's Debug impl.
This commit is contained in:
@@ -283,7 +283,7 @@ impl Debug for Number {
|
||||
debug.field(&i);
|
||||
}
|
||||
N::Float(f) => {
|
||||
debug.field(&f);
|
||||
debug.field(&f.into_inner());
|
||||
}
|
||||
}
|
||||
debug.finish()
|
||||
|
||||
Reference in New Issue
Block a user