Skip to content

Commit ad4a703

Browse files
committed
fix: remove rustdoc from rust-toolchain components
rustdoc is now bundled with the Rust toolchain and is no longer available as a separately installable component in newer stable channels, causing cargo deny CI to fail. Assisted-by: Zed (Claude Sonnet 4.6)
1 parent 24e7698 commit ad4a703

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

rust-toolchain.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
[toolchain]
22
channel = "stable"
3-
components = ["clippy", "rustfmt", "rustdoc"]
3+
components = ["clippy", "rustfmt"]

0 commit comments

Comments
 (0)