Skip to content

Commit b9c86a3

Browse files
authored
Rollup merge of #68511 - tmiasko:ignore-license, r=alexcrichton
Remove unused ignore-license directives The tidy check was removed in #53617
2 parents e22ae2c + 2fd6c4a commit b9c86a3

File tree

28 files changed

+1
-38
lines changed

28 files changed

+1
-38
lines changed

src/libstd/sys/cloudabi/abi/bitflags.rs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,6 @@
2121
// OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
2222
// SUCH DAMAGE.
2323

24-
// Appease Rust's tidy.
25-
// ignore-license
26-
2724
#[cfg(feature = "bitflags")]
2825
use bitflags::bitflags;
2926

src/libstd/sys/cloudabi/abi/cloudabi.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@
2626
// Source: https://github.com/NuxiNL/cloudabi
2727

2828
// Appease Rust's tidy.
29-
// ignore-license
3029
// ignore-tidy-linelength
3130

3231
//! **PLEASE NOTE: This entire crate including this

src/test/pretty/top-level-doc-comments.rs

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,6 @@
11
/// Some doc comment.
22
struct X;
33

4-
// ignore-license
5-
6-
// http://rust-lang.org/COPYRIGHT.
7-
//
8-
94
// pp-exact
105

116
// Test that rust can properly pretty print a doc comment if it's the first line in a file. some

src/test/run-make-fulldeps/c-dynamic-dylib/cfoo.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
// ignore-license
21
#ifdef _WIN32
32
__declspec(dllexport)
43
#endif

src/test/run-make-fulldeps/c-dynamic-rlib/cfoo.c

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
// ignore-license
2-
31
#ifdef _WIN32
42
__declspec(dllexport)
53
#endif

src/test/run-make-fulldeps/c-link-to-rust-dylib/bar.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
// ignore-license
21
void foo();
32

43
int main() {

src/test/run-make-fulldeps/c-link-to-rust-staticlib/bar.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
// ignore-license
21
void foo();
32

43
int main() {
Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1 @@
1-
// ignore-license
21
int foo() { return 0; }
Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1 @@
1-
// ignore-license
21
int foo() { return 0; }

src/test/run-make-fulldeps/compiler-rt-works-on-mingw/foo.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
// ignore-license
21
extern "C" void foo() {
32
int *a = new int(3);
43
delete a;

0 commit comments

Comments
 (0)