Skip to content

Commit eb57550

Browse files
committed
Remove a low-value comment.
We rarely use parameter comments, and these ones don't tell us anything interesting.
1 parent 4ce010e commit eb57550

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

compiler/rustc_codegen_llvm/src/callee.rs

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,6 @@ use crate::value::Value;
1515

1616
/// Codegens a reference to a fn/method item, monomorphizing and
1717
/// inlining as it goes.
18-
///
19-
/// # Parameters
20-
///
21-
/// - `cx`: the crate context
22-
/// - `instance`: the instance to be instantiated
2318
pub(crate) fn get_fn<'ll, 'tcx>(cx: &CodegenCx<'ll, 'tcx>, instance: Instance<'tcx>) -> &'ll Value {
2419
let tcx = cx.tcx();
2520

0 commit comments

Comments
 (0)