diff options
author | Aleksey Kladov <[email protected]> | 2020-07-23 11:59:18 +0100 |
---|---|---|
committer | Aleksey Kladov <[email protected]> | 2020-07-23 11:59:18 +0100 |
commit | 4f7a3fba59269a2b37b78655a10778ba5af796bd (patch) | |
tree | c5ef7d1f2a5b5baf2fecaf38657d26b0d5ed79ce /xtask/tests | |
parent | 085891d8855bb905c2ba12c1618bace410253926 (diff) |
Replace superslice with API on path to stabilization
Diffstat (limited to 'xtask/tests')
-rw-r--r-- | xtask/tests/tidy.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/xtask/tests/tidy.rs b/xtask/tests/tidy.rs index ca14e8ac1..adadffc53 100644 --- a/xtask/tests/tidy.rs +++ b/xtask/tests/tidy.rs | |||
@@ -53,7 +53,6 @@ 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 | ||
57 | Apache-2.0 OR BSL-1.0 | 56 | Apache-2.0 OR BSL-1.0 |
58 | Apache-2.0 OR MIT | 57 | Apache-2.0 OR MIT |
59 | Apache-2.0 WITH LLVM-exception OR Apache-2.0 OR MIT | 58 | Apache-2.0 WITH LLVM-exception OR Apache-2.0 OR MIT |