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

package info (click to toggle)
rust-pest-derive 2.8.4-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 340 kB
  • sloc: makefile: 4
file content (12 lines) | stat: -rw-r--r-- 400 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
Index: pest-derive/Cargo.toml
===================================================================
--- pest-derive.orig/Cargo.toml
+++ pest-derive/Cargo.toml
@@ -44,7 +44,6 @@ default-features = false
 [features]
 default = ["std"]
 grammar-extras = ["pest_generator/grammar-extras"]
-not-bootstrap-in-src = ["pest_generator/not-bootstrap-in-src"]
 std = [
     "pest/std",
     "pest_generator/std",