Skip to content

Commit af03f79

Browse files
branchseerclaude
andcommitted
fix: resolve rustdoc link warnings for private types
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 24baf0b commit af03f79

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

  • crates/vite_task/src/cli

crates/vite_task/src/cli/mod.rs

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ pub struct RunFlags {
4343
/// Arguments for the `run` subcommand as parsed by clap.
4444
///
4545
/// Contains the `--last-details` flag which is resolved into a separate
46-
/// [`ResolvedCommand::RunLastDetails`] variant via [`Command::into_resolved`].
46+
/// `ResolvedCommand::RunLastDetails` variant internally.
4747
#[derive(Debug, clap::Args)]
4848
pub struct RunCommand {
4949
/// `packageName#taskName` or `taskName`. If omitted, lists all available tasks.
@@ -63,7 +63,9 @@ pub struct RunCommand {
6363

6464
/// vite task CLI subcommands as parsed by clap.
6565
///
66-
/// Pass directly to [`Session::main`] or [`HandledCommand::ViteTaskCommand`].
66+
/// vite task CLI subcommands as parsed by clap.
67+
///
68+
/// Pass directly to `Session::main` or `HandledCommand::ViteTaskCommand`.
6769
/// The `--last-details` flag on the `run` subcommand is resolved internally.
6870
#[derive(Debug, Parser)]
6971
pub enum Command {

0 commit comments

Comments
 (0)