diff options
| author | Guillaume Gomez <guillaume1.gomez@gmail.com> | 2019-11-11 23:19:10 +0100 |
|---|---|---|
| committer | Guillaume Gomez <guillaume1.gomez@gmail.com> | 2019-11-14 13:05:56 +0100 |
| commit | 0aea1ca014bc2745fd052ce0dd61ddae12acdd52 (patch) | |
| tree | f5b71353e2da9e2ffcb0eab223c9ac21273dd8c9 /src/librustc_error_codes/error_codes.rs | |
| parent | 125da0cf2a8e1fe1997f3cedb7cf5ee31704eafe (diff) | |
| download | rust-0aea1ca014bc2745fd052ce0dd61ddae12acdd52.tar.gz rust-0aea1ca014bc2745fd052ce0dd61ddae12acdd52.zip | |
fix tidy issue on file length
Diffstat (limited to 'src/librustc_error_codes/error_codes.rs')
| -rw-r--r-- | src/librustc_error_codes/error_codes.rs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/librustc_error_codes/error_codes.rs b/src/librustc_error_codes/error_codes.rs index ee07229f20d..774ab57797b 100644 --- a/src/librustc_error_codes/error_codes.rs +++ b/src/librustc_error_codes/error_codes.rs @@ -1,3 +1,5 @@ +// ignore-tidy-filelength + // Error messages for EXXXX errors. Each message should start and end with a // new line, and be wrapped to 80 characters. In vim you can `:set tw=80` and // use `gq` to wrap paragraphs. Use `:set tw=0` to disable. |
