We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c7da944 commit f3efd26Copy full SHA for f3efd26
crates/core/src/util.rs
@@ -50,7 +50,7 @@ where
50
type Value = i64;
51
52
fn expecting(&self, formatter: &mut core::fmt::Formatter) -> core::fmt::Result {
53
- formatter.write_str("a string")
+ formatter.write_str("a string representation of a number")
54
}
55
56
fn visit_str<E>(self, v: &str) -> Result<Self::Value, E>
0 commit comments