File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ authors = [
12
12
description = " A bunch of helpful lints to avoid common pitfalls in Rust"
13
13
repository = " https://github.com/rust-lang/rust-clippy"
14
14
readme = " README.md"
15
- license = " MIT/ Apache-2.0"
15
+ license = " MIT OR Apache-2.0"
16
16
keywords = [" clippy" , " lint" , " plugin" ]
17
17
edition = " 2018"
18
18
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ authors = [
8
8
" Martin Carton <cartonmartin@gmail.com>" ,
9
9
" Oliver Schneider <clippy-iethah7aipeen8neex1a@oli-obk.de>"
10
10
]
11
- license = " MIT/ Apache-2.0"
11
+ license = " MIT OR Apache-2.0"
12
12
description = " A macro to test clippy's procedural macro checks"
13
13
repository = " https://github.com/rust-lang/rust-clippy"
14
14
edition = " 2018"
You can’t perform that action at this time.
0 commit comments