Properly implement the std::str::FromStr trait
This commit is contained in:
parent
4ed4609272
commit
074c3697d0
3 changed files with 11 additions and 4 deletions
|
@ -1,5 +1,6 @@
|
|||
use crate::entry::{Entry, Event};
|
||||
use crate::Response;
|
||||
use std::str::FromStr;
|
||||
|
||||
#[derive(Clone, Debug, PartialEq)]
|
||||
pub enum MatchEvent {
|
||||
|
|
Reference in a new issue