File: 02_remove_text_feature.diff

package info (click to toggle)
rust-spdx 0.12.0-1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 356 kB
  • sloc: makefile: 2
file content (18 lines) | stat: -rw-r--r-- 470 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
Description: Remove the 'text' feature which relies on the full text
  of licenses, whose copyright status is unclear.
Author: Antonin Delpeuch <antonin@delpeuch.eu>
Forwarded: not-needed
---
This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -46,9 +46,6 @@ repository = "https://github.com/EmbarkS
 [package.metadata.docs.rs]
 all-features = true
 
-[features]
-text = []
-
 [lib]
 name = "spdx"
 path = "src/lib.rs"