diff options
author | bors[bot] <26634292+bors[bot]@users.noreply.github.com> | 2020-08-18 10:21:11 +0100 |
---|---|---|
committer | GitHub <[email protected]> | 2020-08-18 10:21:11 +0100 |
commit | 5d97db8d480d58559e7490e1efdb0e45d1a8832f (patch) | |
tree | 9687774c565614507edb65feae01d1fc9fca1dcd /xtask | |
parent | 90cb4bbbb99236f58000f972f4a4c8ada005b98c (diff) | |
parent | 88adca766aca7c8e771b422c33f44afbfc6d0d81 (diff) |
Merge #5791
5791: :arrow_up: crates
r=matklad a=matklad
bors r+
🤖
Co-authored-by: Aleksey Kladov <[email protected]>
Diffstat (limited to 'xtask')
-rw-r--r-- | xtask/tests/tidy.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xtask/tests/tidy.rs b/xtask/tests/tidy.rs index 76895aeca..ebd42cef7 100644 --- a/xtask/tests/tidy.rs +++ b/xtask/tests/tidy.rs | |||
@@ -82,7 +82,7 @@ MIT/Apache-2.0 | |||
82 | MIT/Apache-2.0 AND BSD-2-Clause | 82 | MIT/Apache-2.0 AND BSD-2-Clause |
83 | Unlicense OR MIT | 83 | Unlicense OR MIT |
84 | Unlicense/MIT | 84 | Unlicense/MIT |
85 | Zlib | 85 | Zlib OR Apache-2.0 OR MIT |
86 | " | 86 | " |
87 | .lines() | 87 | .lines() |
88 | .filter(|it| !it.is_empty()) | 88 | .filter(|it| !it.is_empty()) |