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 7b5768a commit a10a244Copy full SHA for a10a244
src/serde_helpers.rs
@@ -806,7 +806,7 @@ where
806
}
807
808
// One could imagine passthrough Borrow impls; however, it turns out that can't be made to work
809
-// because of the exisitng base library impl of Borrow<T> for T will conflict despite that not
+// because of the existing base library impl of Borrow<T> for T will conflict despite that not
810
// actually being possible to construct (https://github.com/rust-lang/rust/issues/50237). So,
811
// sadly, Borrow impls for HumanReadable are deliberately omitted :(
812
0 commit comments