Skip to content

Commit cca2d6d

Browse files
committed
Fix tidy
1 parent d553d57 commit cca2d6d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

compiler/rustc_monomorphize/src/collector/autodiff.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ use crate::collector::{MonoItems, create_fn_mono_item};
55

66
// Here, we force both primal and diff function to be collected in
77
// mono so this does not interfere in `autodiff` intrinsics
8-
// codegen process. If they are unused, LLVM will remove them when
8+
// codegen process. If they are unused, LLVM will remove them when
99
// compiling with O3.
1010
pub(crate) fn collect_autodiff_fn<'tcx>(
1111
tcx: TyCtxt<'tcx>,

0 commit comments

Comments
 (0)