Fix make tidy

This commit is contained in:
Andrew Cann 2017-01-12 15:36:37 +08:00
parent 2cc84df44c
commit c570cd6636

View File

@ -204,7 +204,7 @@ impl AssociatedItem {
match self.kind {
AssociatedKind::Const => true,
AssociatedKind::Type => true,
// TODO(canndrew): Be more thorough here, check if any argument is uninhabited.
// FIXME(canndrew): Be more thorough here, check if any argument is uninhabited.
AssociatedKind::Method => !self.method_has_self_argument,
}
}