diff options
author | Zac Pullar-Strecker <[email protected]> | 2020-08-01 01:55:04 +0100 |
---|---|---|
committer | Zac Pullar-Strecker <[email protected]> | 2020-08-01 01:55:04 +0100 |
commit | 19c2830ff86b8765754827b03826870f8640dec2 (patch) | |
tree | 51181cac8b44608bc647c41707fcccabedf6a1db /xtask | |
parent | a7a00a87fd20a8b697a603d68e60e6ffbc59aac8 (diff) |
move into separate module
Diffstat (limited to 'xtask')
-rw-r--r-- | xtask/tests/tidy.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/xtask/tests/tidy.rs b/xtask/tests/tidy.rs index d65a2acbc..2096a14a2 100644 --- a/xtask/tests/tidy.rs +++ b/xtask/tests/tidy.rs | |||
@@ -53,6 +53,7 @@ fn rust_files_are_tidy() { | |||
53 | fn check_licenses() { | 53 | fn check_licenses() { |
54 | let expected = " | 54 | let expected = " |
55 | 0BSD OR MIT OR Apache-2.0 | 55 | 0BSD OR MIT OR Apache-2.0 |
56 | Apache-2.0 | ||
56 | Apache-2.0 OR BSL-1.0 | 57 | Apache-2.0 OR BSL-1.0 |
57 | Apache-2.0 OR MIT | 58 | Apache-2.0 OR MIT |
58 | Apache-2.0/MIT | 59 | Apache-2.0/MIT |