Skip to content

Commit 25910bc

Browse files
committed
chore: replace TODO comment with FIXME
1 parent 0b9c0c5 commit 25910bc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/hir-def/src/path/lower.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -219,7 +219,7 @@ pub(super) fn lower_generic_args(
219219
args.push(GenericArg::Const(arg))
220220
}
221221
ast::GenericArg::ReturnTypeArg(_) => {
222-
// TODO: return type notation is experimental, we don't do anything with it yet.
222+
// FIXME: return type notation is experimental, we don't do anything with it yet.
223223
}
224224
}
225225
}

0 commit comments

Comments
 (0)