Skip to content

Commit a10a244

Browse files
Update src/serde_helpers.rs
Co-authored-by: Isabel Atkinson <[email protected]>
1 parent 7b5768a commit a10a244

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/serde_helpers.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -806,7 +806,7 @@ where
806806
}
807807

808808
// 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
809+
// because of the existing base library impl of Borrow<T> for T will conflict despite that not
810810
// actually being possible to construct (https://github.com/rust-lang/rust/issues/50237). So,
811811
// sadly, Borrow impls for HumanReadable are deliberately omitted :(
812812

0 commit comments

Comments
 (0)