Skip to content

Commit 02d5847

Browse files
committed
Fix doc link
1 parent e1c9bcf commit 02d5847

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/cargo/core/compiler/compile_kind.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ pub enum CompileKind {
3030
}
3131

3232
/// Fallback behavior in the
33-
/// [`CompileKindFallback::from_requested_targets_with_fallback`] function when
33+
/// [`CompileKind::from_requested_targets_with_fallback`] function when
3434
/// no targets are specified.
3535
pub enum CompileKindFallback {
3636
/// The build configuration is consulted to find the default target, such as

0 commit comments

Comments
 (0)