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 af2ce36 commit b3588daCopy full SHA for b3588da
src/lib.rs
@@ -82,7 +82,7 @@ impl Display for Error {
82
83
#[cfg(feature = "std")]
84
impl std::error::Error for Error {
85
- fn description(&self) -> &str {
+ fn description(&self) -> &'static str {
86
"error while parsing a float"
87
}
88
0 commit comments