We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
OR
license
1 parent e480739 commit 16db2a4Copy full SHA for 16db2a4
Cargo.toml
@@ -5,7 +5,7 @@ version = "1.6.0"
5
description = "Tool to find and fix Rust formatting issues"
6
repository = "https://github.com/rust-lang/rustfmt"
7
readme = "README.md"
8
-license = "Apache-2.0/MIT"
+license = "Apache-2.0 OR MIT"
9
build = "build.rs"
10
categories = ["development-tools"]
11
edition = "2021"
config_proc_macro/Cargo.toml
@@ -3,7 +3,7 @@ name = "rustfmt-config_proc_macro"
3
version = "0.3.0"
4
edition = "2018"
description = "A collection of procedural macros for rustfmt"
categories = ["development-tools::procedural-macro-helpers"]
0 commit comments