Skip to content

Commit

Permalink
Rollup merge of rust-lang#70270 - GuillaumeGomez:cleanup-e0449, r=Dyl…
Browse files Browse the repository at this point in the history
…an-DPC

Clean up E0449 explanation

r? @Dylan-DPC
  • Loading branch information
Centril committed Mar 23, 2020
2 parents c984a96 + fa5b727 commit 5f91f30
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/librustc_error_codes/error_codes/E0449.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
A visibility qualifier was used when it was unnecessary. Erroneous code
examples:
A visibility qualifier was used when it was unnecessary.

Erroneous code examples:

```compile_fail,E0449
struct Bar;
Expand Down

0 comments on commit 5f91f30

Please sign in to comment.