1
Fork 0

couple of clippy::complexity fixes

This commit is contained in:
Matthias Krüger 2022-04-13 22:51:34 +02:00
parent 0d13f6afeb
commit 7c2d57e0fa
16 changed files with 25 additions and 29 deletions

View file

@ -258,7 +258,7 @@ impl<'tcx> OnUnimplementedDirective {
enclosing_scope = Some(enclosing_scope_.clone());
}
append_const_msg = command.append_const_msg.clone();
append_const_msg = command.append_const_msg;
}
OnUnimplementedNote {