Skip to content

Commit bd72df2

Browse files
committed
skip rustdoc
1 parent afbf061 commit bd72df2

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

src/llvm-project

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

Lines changed: 1 addition & 0 deletions
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)