mirror of
https://github.com/pezkuwichain/serde.git
synced 2026-04-22 21:48:02 +00:00
Remove lifetime from serde_test::Token
This commit is contained in:
@@ -15,7 +15,7 @@ pub enum Error {
|
||||
InvalidName(&'static str),
|
||||
|
||||
/// `Serialize` generated a token that didn't match the test.
|
||||
UnexpectedToken(Token<'static>),
|
||||
UnexpectedToken(Token),
|
||||
|
||||
/// The expected token list was too short.
|
||||
EndOfTokens,
|
||||
|
||||
Reference in New Issue
Block a user