diff options
| author | Tomasz Miąsko <tomasz.miasko@gmail.com> | 2020-01-24 00:00:00 +0000 |
|---|---|---|
| committer | Tomasz Miąsko <tomasz.miasko@gmail.com> | 2020-01-24 00:00:00 +0000 |
| commit | 2fd6c4a18a475a0474c035283e2c01480cbbc6fd (patch) | |
| tree | a2254d854c3d37bc294b9d79f4e416d409820804 /src/test/pretty | |
| parent | dee12bb2b7d75cce8fc8f21b5d7ea0da920df5e5 (diff) | |
| download | rust-2fd6c4a18a475a0474c035283e2c01480cbbc6fd.tar.gz rust-2fd6c4a18a475a0474c035283e2c01480cbbc6fd.zip | |
Remove unused ignore-license directives
The tidy check was removed in rust-lang/rust#53617
Diffstat (limited to 'src/test/pretty')
| -rw-r--r-- | src/test/pretty/top-level-doc-comments.rs | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/test/pretty/top-level-doc-comments.rs b/src/test/pretty/top-level-doc-comments.rs index 16f95d334cb..b97927124c3 100644 --- a/src/test/pretty/top-level-doc-comments.rs +++ b/src/test/pretty/top-level-doc-comments.rs @@ -1,11 +1,6 @@ /// Some doc comment. struct X; -// ignore-license - -// http://rust-lang.org/COPYRIGHT. -// - // pp-exact // Test that rust can properly pretty print a doc comment if it's the first line in a file. some |
