Skip to content

Commit

Permalink
wip pacify the merciless ui tests
Browse files Browse the repository at this point in the history
  • Loading branch information
nikomatsakis committed Mar 26, 2020
1 parent 011215b commit 0d07026
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/test/ui/privacy/private-in-public-non-principal.stderr
Expand Up @@ -9,7 +9,7 @@ LL | pub fn leak_dyn_nonprincipal() -> Box<dyn PubPrincipal + PrivNonPrincipal>
= note: for more information, see issue #34537 <https://github.com/rust-lang/rust/issues/34537>

error: missing documentation for an associated function
--> $DIR/private-in-public-non-principal.rs:13:9
--> $DIR/private-in-public-non-principal.rs:14:9
|
LL | pub fn check_doc_lint() {}
| ^^^^^^^^^^^^^^^^^^^^^^^
Expand Down

0 comments on commit 0d07026

Please sign in to comment.