Compare commits
1 commit
f900b642d2
...
b44dc1bd09
Author | SHA1 | Date | |
---|---|---|---|
b44dc1bd09 |
1 changed files with 1 additions and 1 deletions
|
@ -45,7 +45,7 @@ fn main() {
|
|||
pattern = res.unwrap();
|
||||
}
|
||||
else {
|
||||
println!("ret err {:?}", res);
|
||||
println!("ret err {:?}", res.err());
|
||||
}
|
||||
|
||||
//pattern management
|
||||
|
|
Loading…
Reference in a new issue