diff options
| author | Guillaume Gomez <guillaume.gomez@huawei.com> | 2021-11-02 17:15:11 +0100 |
|---|---|---|
| committer | Guillaume Gomez <guillaume.gomez@huawei.com> | 2021-11-02 17:15:11 +0100 |
| commit | d7afbf61d87bf345597624cccdfb1036439697b9 (patch) | |
| tree | edb8f9e04f8a15514b7ab0415ff9c47bd34cfb03 /src | |
| parent | d50a4753b8cffdb17e2d83282d95b61e266521fb (diff) | |
| download | rust-d7afbf61d87bf345597624cccdfb1036439697b9.tar.gz rust-d7afbf61d87bf345597624cccdfb1036439697b9.zip | |
Also check for feature gates in "src/test/rustdoc"
Diffstat (limited to 'src')
| -rw-r--r-- | src/tools/tidy/src/features.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/tools/tidy/src/features.rs b/src/tools/tidy/src/features.rs index 338dfd11310..129237775fe 100644 --- a/src/tools/tidy/src/features.rs +++ b/src/tools/tidy/src/features.rs @@ -97,6 +97,7 @@ pub fn check( &src_path.join("test/ui"), &src_path.join("test/ui-fulldeps"), &src_path.join("test/rustdoc-ui"), + &src_path.join("test/rustdoc"), ], &mut |path| super::filter_dirs(path), &mut |entry, contents| { |
