Skip to content

Commit a9e8d4c

Browse files
Remove redundant html check
1 parent 71c7dac commit a9e8d4c

File tree

1 file changed

+0
-1
lines changed
  • src/test/run-make-fulldeps/rustdoc-themes

1 file changed

+0
-1
lines changed

src/test/run-make-fulldeps/rustdoc-themes/Makefile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,3 @@ OUTPUT_DIR := "$(TMPDIR)/rustdoc-themes"
77
all:
88
cp $(S)/src/librustdoc/html/static/themes/light.css $(TMPDIR)/test.css
99
$(RUSTDOC) -o $(OUTPUT_DIR) foo.rs --theme $(TMPDIR)/test.css
10-
$(HTMLDOCCK) $(OUTPUT_DIR) foo.rs

0 commit comments

Comments
 (0)