File: fix-tests-no-default-features.patch

package info (click to toggle)
rust-pest-derive 2.5.2-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 192 kB
  • sloc: makefile: 4
file content (9 lines) | stat: -rw-r--r-- 258 bytes parent folder | download
1
2
3
4
5
6
7
8
9
Index: pest-derive/examples/calc.rs
===================================================================
--- pest-derive.orig/examples/calc.rs
+++ pest-derive/examples/calc.rs
@@ -1,3 +1,4 @@
+extern crate alloc;
 mod parser {
     use pest_derive::Parser;