Skip to content

Commit 89342af

Browse files
authored
Merge pull request #2047 from jsoref/spelling
spelling: implicitly
2 parents 3805c03 + 3c5e2d1 commit 89342af

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test_suite/tests/test_gen.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -641,7 +641,7 @@ fn test_gen() {
641641
assert::<SkippedVariant<X>>();
642642

643643
#[derive(Deserialize)]
644-
struct ImpliciltyBorrowedOption<'a> {
644+
struct ImplicitlyBorrowedOption<'a> {
645645
option: std::option::Option<&'a str>,
646646
}
647647

0 commit comments

Comments
 (0)