fix new clippy warnings

This commit is contained in:
Folkert 2020-03-12 22:56:58 +01:00
parent 4da01c720e
commit f02193b962
3 changed files with 11 additions and 5 deletions

View file

@ -1326,7 +1326,7 @@ fn to_pending_def<'a>(
}
}
Err(_err) => panic!("TODO gracefully handle shadowing of type alias"),
Err(err) => panic!("TODO gracefully handle shadowing of type alias {:?}", err),
}
}