Skip to content

Commit

Permalink
Merge pull request #2047 from jsoref/spelling
Browse files Browse the repository at this point in the history
spelling: implicitly
  • Loading branch information
dtolnay committed Jun 25, 2021
2 parents 3805c03 + 3c5e2d1 commit 89342af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test_suite/tests/test_gen.rs
Expand Up @@ -641,7 +641,7 @@ fn test_gen() {
assert::<SkippedVariant<X>>();

#[derive(Deserialize)]
struct ImpliciltyBorrowedOption<'a> {
struct ImplicitlyBorrowedOption<'a> {
option: std::option::Option<&'a str>,
}

Expand Down

0 comments on commit 89342af

Please sign in to comment.