Skip to content

Commit fdf00dc

Browse files
authored
Rollup merge of rust-lang#35124 - steveklabnik:remove_style, r=aturon
Remove style guide. We originally imported this into the repository with the intent of fixing it up. Instead, nothing happened. Its appearance on rust-lang.org makes it seem semi-official, but it's not. The rustfmt strike team will end up producing something like this anyway, and leaving it around does nothing but mislead people. r? @aturon
2 parents eaf71f8 + 57719e2 commit fdf00dc

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

54 files changed

+1
-2526
lines changed

mk/docs.mk

+1-8
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ ERR_IDX_GEN_MD = $(RPATH_VAR2_T_$(CFG_BUILD)_H_$(CFG_BUILD)) $(ERR_IDX_GEN_EXE)
6666

6767
D := $(S)src/doc
6868

69-
DOC_TARGETS := book nomicon style error-index
69+
DOC_TARGETS := book nomicon error-index
7070
COMPILER_DOC_TARGETS :=
7171
DOC_L10N_TARGETS :=
7272

@@ -209,13 +209,6 @@ doc/nomicon/index.html: $(RUSTBOOK_EXE) $(wildcard $(S)/src/doc/nomicon/*.md) |
209209
$(Q)rm -rf doc/nomicon
210210
$(Q)$(RUSTBOOK) build $(S)src/doc/nomicon doc/nomicon
211211

212-
style: doc/style/index.html
213-
214-
doc/style/index.html: $(RUSTBOOK_EXE) $(wildcard $(S)/src/doc/style/*.md) | doc/
215-
@$(call E, rustbook: $@)
216-
$(Q)rm -rf doc/style
217-
$(Q)$(RUSTBOOK) build $(S)src/doc/style doc/style
218-
219212
error-index: doc/error-index.html
220213

221214
# Metadata used to generate the index is created as a side effect of

src/doc/style/README.md

-64
This file was deleted.

src/doc/style/SUMMARY.md

-50
This file was deleted.

src/doc/style/errors/README.md

-3
This file was deleted.

src/doc/style/errors/ergonomics.md

-66
This file was deleted.

src/doc/style/errors/handling.md

-7
This file was deleted.

src/doc/style/errors/propagation.md

-8
This file was deleted.

src/doc/style/errors/signaling.md

-125
This file was deleted.

src/doc/style/features/README.md

-9
This file was deleted.

src/doc/style/features/crates.md

-6
This file was deleted.

0 commit comments

Comments
 (0)