File: disable-not-bootstrap-in-src.patch

package info (click to toggle)
rust-pest-generator 2.8.4-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 192 kB
  • sloc: makefile: 4
file content (10 lines) | stat: -rw-r--r-- 302 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
diff --git a/Cargo.toml b/Cargo.toml
index c688eeb..626287c 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -57,5 +57,4 @@ version = "2.0"
 default = ["std"]
 export-internal = []
 grammar-extras = ["pest_meta/grammar-extras"]
-not-bootstrap-in-src = ["pest_meta/not-bootstrap-in-src"]
 std = ["pest/std"]