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
commit 89342af71e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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>,
}