spelling: implicitly
Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>
This commit is contained in:
parent
3805c037a8
commit
3c5e2d11f6
@ -641,7 +641,7 @@ fn test_gen() {
|
||||
assert::<SkippedVariant<X>>();
|
||||
|
||||
#[derive(Deserialize)]
|
||||
struct ImpliciltyBorrowedOption<'a> {
|
||||
struct ImplicitlyBorrowedOption<'a> {
|
||||
option: std::option::Option<&'a str>,
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user