Skip to content

Commit 3d781b9

Browse files
committed
skip rustdoc
1 parent afbf061 commit 3d781b9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/tools/opt-dist/src/main.rs

+1
Original file line numberDiff line numberDiff line change
@@ -376,6 +376,7 @@ fn main() -> anyhow::Result<()> {
376376
"clippy",
377377
"miri",
378378
"rustfmt",
379+
"rustdoc",
379380
] {
380381
build_args.extend(["--skip".to_string(), target.to_string()]);
381382
}

0 commit comments

Comments
 (0)