Skip to content

Commit

Permalink
spelling: implicitly
Browse files Browse the repository at this point in the history
Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>
  • Loading branch information
jsoref committed Jun 25, 2021
1 parent 3805c03 commit 3c5e2d1
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 3c5e2d1

Please sign in to comment.