Skip to content

Commit fa43463

Browse files
wan9chiclaude
andcommitted
fix(ci): drop broken intra-doc link to SpawnFingerprint
CI's `RUSTDOCFLAGS='-D warnings' cargo doc --no-deps --document-private-items` fails on the `[`SpawnFingerprint`]` link in `collect_tracked_envs`'s docstring — it's not in scope at that site. Rewrite the prose to drop the link; no information lost. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
1 parent 45862fc commit fa43463

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • crates/vite_task/src/session/execute

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -867,7 +867,7 @@ fn is_ignored(path: &RelativePathBuf, ignored: &FxHashSet<RelativePathBuf>) -> b
867867
/// Select tool-reported env records to embed in the post-run fingerprint.
868868
/// Only `tracked: true` records are included, and names that the user already
869869
/// declared as fingerprinted are skipped (their value is already in the cache
870-
/// key via [`SpawnFingerprint`]).
870+
/// key via the spawn fingerprint).
871871
fn collect_tracked_envs(reports: &Reports, metadata: &CacheMetadata) -> BTreeMap<Str, Option<Str>> {
872872
let fingerprinted = &metadata.spawn_fingerprint.env_fingerprints().fingerprinted_envs;
873873
reports

0 commit comments

Comments
 (0)