Skip to content

Commit 86a3490

Browse files
committed
---
yaml --- r: 14688 b: refs/heads/try c: e55d7d6 h: refs/heads/master v: v3
1 parent bd3a13b commit 86a3490

File tree

4 files changed

+1
-47
lines changed

4 files changed

+1
-47
lines changed

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@
22
refs/heads/master: 61b1875c16de39c166b0f4d54bba19f9c6777d1a
33
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
44
refs/heads/snap-stage3: 4a81779abd786ff22d71434c6d9a5917ea4cdfff
5-
refs/heads/try: e536e8a93354cd2b4e5ecc87eb0fdf30b835859c
5+
refs/heads/try: e55d7d6add5f7a2ae8e8eb164574ecec8b870a86
66
refs/tags/release-0.1: 1f5c5126e96c79d22cb7862f75304136e204f105

branches/try/src/rustdoc/html_escape_pass.rs

Lines changed: 0 additions & 44 deletions
This file was deleted.

branches/try/src/rustdoc/rustdoc.rc

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,4 +39,3 @@ mod sort_item_type_pass;
3939
mod reexport_pass;
4040
mod par;
4141
mod page_pass;
42-
mod html_escape_pass;

branches/try/src/rustdoc/rustdoc.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,6 @@ fn run(config: config::config) {
149149
desc_to_brief_pass::mk_pass(),
150150
trim_pass::mk_pass(),
151151
unindent_pass::mk_pass(),
152-
html_escape_pass::mk_pass(),
153152
sort_item_name_pass::mk_pass(),
154153
sort_item_type_pass::mk_pass(),
155154
markdown_index_pass::mk_pass(config),

0 commit comments

Comments
 (0)