mirror of
https://github.com/serde-rs/serde.git
synced 2025-10-02 07:21:12 +00:00
commit
89342af71e
@ -641,7 +641,7 @@ fn test_gen() {
|
|||||||
assert::<SkippedVariant<X>>();
|
assert::<SkippedVariant<X>>();
|
||||||
|
|
||||||
#[derive(Deserialize)]
|
#[derive(Deserialize)]
|
||||||
struct ImpliciltyBorrowedOption<'a> {
|
struct ImplicitlyBorrowedOption<'a> {
|
||||||
option: std::option::Option<&'a str>,
|
option: std::option::Option<&'a str>,
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user