Merge pull request #2047 from jsoref/spelling

spelling: implicitly
This commit is contained in:
David Tolnay
2021-06-24 22:25:58 -07:00
committed by GitHub
+1 -1
View File
@@ -641,7 +641,7 @@ fn test_gen() {
assert::<SkippedVariant<X>>();
#[derive(Deserialize)]
struct ImpliciltyBorrowedOption<'a> {
struct ImplicitlyBorrowedOption<'a> {
option: std::option::Option<&'a str>,
}