Unnamed repository; edit this file 'description' to name the repository.
chore: replace TODO comment with FIXME
tamasfe 2023-04-01
parent 0b9c0c5 · commit 25910bc
-rw-r--r--crates/hir-def/src/path/lower.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/crates/hir-def/src/path/lower.rs b/crates/hir-def/src/path/lower.rs
index 6c7e1c25d6..c35f915b00 100644
--- a/crates/hir-def/src/path/lower.rs
+++ b/crates/hir-def/src/path/lower.rs
@@ -219,7 +219,7 @@ pub(super) fn lower_generic_args(
args.push(GenericArg::Const(arg))
}
ast::GenericArg::ReturnTypeArg(_) => {
- // TODO: return type notation is experimental, we don't do anything with it yet.
+ // FIXME: return type notation is experimental, we don't do anything with it yet.
}
}
}