Skip to content

Commit d7afbf6

Browse files
Also check for feature gates in "src/test/rustdoc"
1 parent d50a475 commit d7afbf6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Diff for: src/tools/tidy/src/features.rs

+1
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,7 @@ pub fn check(
9797
&src_path.join("test/ui"),
9898
&src_path.join("test/ui-fulldeps"),
9999
&src_path.join("test/rustdoc-ui"),
100+
&src_path.join("test/rustdoc"),
100101
],
101102
&mut |path| super::filter_dirs(path),
102103
&mut |entry, contents| {

0 commit comments

Comments
 (0)