diff options
| author | steveklabnik <steve@steveklabnik.com> | 2017-10-17 13:54:46 -0400 | 
|---|---|---|
| committer | steveklabnik <steve@steveklabnik.com> | 2017-10-17 15:38:52 -0400 | 
| commit | 045ce183cc6f34ec8315b2a99d22b9563c714a08 (patch) | |
| tree | ab2b0e859086a713c3840ad9d4e278f099917839 /src/test/rustdoc/pub-method.rs | |
| parent | aad8787586a46fc8eb2a89260fafd8598d378b67 (diff) | |
| download | rust-045ce183cc6f34ec8315b2a99d22b9563c714a08.tar.gz rust-045ce183cc6f34ec8315b2a99d22b9563c714a08.zip | |
modify tests to use new flag
Diffstat (limited to 'src/test/rustdoc/pub-method.rs')
| -rw-r--r-- | src/test/rustdoc/pub-method.rs | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/src/test/rustdoc/pub-method.rs b/src/test/rustdoc/pub-method.rs index 5998734e4a2..24d566e082e 100644 --- a/src/test/rustdoc/pub-method.rs +++ b/src/test/rustdoc/pub-method.rs @@ -9,7 +9,7 @@ // except according to those terms. // ignore-tidy-linelength -// compile-flags: --no-defaults --passes collapse-docs --passes unindent-comments --passes strip-priv-imports +// compile-flags: --document-private-items #![crate_name = "foo"] | 
