aboutsummaryrefslogtreecommitdiff
path: root/patches/build.rs.patch
diff options
context:
space:
mode:
Diffstat (limited to 'patches/build.rs.patch')
-rw-r--r--patches/build.rs.patch13
1 files changed, 0 insertions, 13 deletions
diff --git a/patches/build.rs.patch b/patches/build.rs.patch
deleted file mode 100644
index 4af564f..0000000
--- a/patches/build.rs.patch
+++ /dev/null
@@ -1,13 +0,0 @@
-diff --git a/build.rs b/build.rs
-index 1f2b2bf5..4da24a10 100644
---- a/build.rs
-+++ b/build.rs
-@@ -7,6 +7,8 @@
- // notice may not be copied, modified, or distributed except
- // according to those terms.
-
-+#![feature(str_split_once)]
-+
- use std::{env, fs::File, io::BufWriter, path::Path};
-
- mod autogen;