fix typos
This commit is contained in:
parent
a503c8534f
commit
2ff89a9e42
16 changed files with 39 additions and 38 deletions
|
|
@ -309,7 +309,7 @@ mod tests {
|
|||
}
|
||||
|
||||
#[test]
|
||||
fn fallible_builder_missmatch_passthrough() {
|
||||
fn fallible_builder_mismatch_passthrough() {
|
||||
match Result::<AlwaysMismatch, Error>::from_events(qname(), attrs()) {
|
||||
Err(FromEventsError::Mismatch { .. }) => (),
|
||||
other => panic!("unexpected result: {:?}", other),
|
||||
|
|
|
|||
Loading…
Reference in a new issue