Address travis CI lint failure

This commit is contained in:
Wayne Warren 2018-11-20 21:21:07 -06:00
parent ca4803101f
commit cb5e327c58
1 changed files with 1 additions and 1 deletions

View File

@ -154,7 +154,7 @@ impl<'a, 'tcx> TriviallyCopyPassByRef {
) {
for item in trait_items {
match item.kind {
AssociatedItemKind::Method{ has_self: _ } => self.check_trait_method(cx, item),
AssociatedItemKind::Method{..} => self.check_trait_method(cx, item),
_ => (),
}
}