Skip to content

Commit f8eefc2

Browse files
branchseerclaude
andcommitted
fix: remove redundant explicit link target in rustdoc
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 37a257f commit f8eefc2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • crates/vite_task/src/session/reporter

crates/vite_task/src/session/reporter/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ impl ExitStatus {
7070
#[derive(Debug, Clone, Copy, PartialEq, Eq)]
7171
pub enum StdioSuggestion {
7272
/// stdin is `/dev/null`, stdout and stderr are piped into the reporter's
73-
/// [`Write`](std::io::Write) streams. Used when multiple tasks run concurrently and
73+
/// [`Write`] streams. Used when multiple tasks run concurrently and
7474
/// stdio should not be shared.
7575
Piped,
7676
/// All three file descriptors (stdin, stdout, stderr) are inherited from the

0 commit comments

Comments
 (0)