Skip to content

Commit 045ce18

Browse files
committed
modify tests to use new flag
1 parent aad8787 commit 045ce18

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

src/test/rustdoc/empty-mod-private.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
// except according to those terms.
1010

1111
// ignore-tidy-linelength
12-
// compile-flags: --no-defaults --passes collapse-docs --passes unindent-comments --passes strip-priv-imports
12+
// compile-flags: --document-private-items
1313

1414
// @has 'empty_mod_private/index.html' '//a[@href="foo/index.html"]' 'foo'
1515
// @has 'empty_mod_private/sidebar-items.js' 'foo'

src/test/rustdoc/issue-15347.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
// option. This file may not be copied, modified, or distributed
99
// except according to those terms.
1010

11-
// compile-flags:--no-defaults --passes collapse-docs --passes unindent-comments
11+
// compile-flags: --no-defaults --passes collapse-docs --passes unindent-comments
1212

1313
// @has issue_15347/fn.foo.html
1414
#[doc(hidden)]

src/test/rustdoc/pub-method.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
// except according to those terms.
1010

1111
// ignore-tidy-linelength
12-
// compile-flags: --no-defaults --passes collapse-docs --passes unindent-comments --passes strip-priv-imports
12+
// compile-flags: --document-private-items
1313

1414
#![crate_name = "foo"]
1515

0 commit comments

Comments
 (0)