Skip to content

Commit 8d295cf

Browse files
committed
remove fixme comment
1 parent 29a658c commit 8d295cf

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

compiler/rustc_hir/src/hir.rs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3344,8 +3344,6 @@ pub enum TraitFn<'hir> {
33443344
/// Represents a trait method or associated constant or type
33453345
#[derive(Debug, Clone, Copy, StableHash)]
33463346
pub enum TraitItemKind<'hir> {
3347-
// FIXME(mgca) eventually want to move the option that is around `ConstItemRhs<'hir>`
3348-
// into `ConstItemRhs`, much like `ast::ConstItemRhsKind`
33493347
/// An associated constant with an optional value (otherwise `impl`s must contain a value).
33503348
Const(&'hir Ty<'hir>, Option<ConstItemRhs<'hir>>),
33513349
/// An associated function with an optional body.

0 commit comments

Comments
 (0)