Skip to content

Commit c570cd6

Browse files
committed
Fix make tidy
1 parent 2cc84df commit c570cd6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/librustc/ty/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -204,7 +204,7 @@ impl AssociatedItem {
204204
match self.kind {
205205
AssociatedKind::Const => true,
206206
AssociatedKind::Type => true,
207-
// TODO(canndrew): Be more thorough here, check if any argument is uninhabited.
207+
// FIXME(canndrew): Be more thorough here, check if any argument is uninhabited.
208208
AssociatedKind::Method => !self.method_has_self_argument,
209209
}
210210
}

0 commit comments

Comments
 (0)