diff options
author | bors[bot] <26634292+bors[bot]@users.noreply.github.com> | 2020-07-14 10:18:17 +0100 |
---|---|---|
committer | GitHub <[email protected]> | 2020-07-14 10:18:17 +0100 |
commit | 0f8af1b8246a31b1df60d3c60680954aefc9ab27 (patch) | |
tree | b13d68a829a0ff49664d8bda6b253d31223ce815 /crates/ra_fmt | |
parent | d7fee60507ee0a0c67fb42fd7e8466d1a308e010 (diff) | |
parent | 6f423466d181130848c229e2684c6dd18f8a5e9d (diff) |
Merge #5355
5355: Add a license field to all the crates r=matklad a=JohnTitor
Some are unnecessary but it's okay to have it, I think.
cc https://github.com/rust-lang/rust/issues/74269
Co-authored-by: Yuki Okushi <[email protected]>
Diffstat (limited to 'crates/ra_fmt')
-rw-r--r-- | crates/ra_fmt/Cargo.toml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/crates/ra_fmt/Cargo.toml b/crates/ra_fmt/Cargo.toml index e9d057afc..b4ef93f2b 100644 --- a/crates/ra_fmt/Cargo.toml +++ b/crates/ra_fmt/Cargo.toml | |||
@@ -4,6 +4,7 @@ name = "ra_fmt" | |||
4 | version = "0.1.0" | 4 | version = "0.1.0" |
5 | authors = ["rust-analyzer developers"] | 5 | authors = ["rust-analyzer developers"] |
6 | publish = false | 6 | publish = false |
7 | license = "MIT OR Apache-2.0" | ||
7 | 8 | ||
8 | [lib] | 9 | [lib] |
9 | doctest = false | 10 | doctest = false |