summaryrefslogtreecommitdiff
path: root/gnu/packages/patches/i3status-rust-enable-unstable-features.patch
diff options
context:
space:
mode:
authorLiliana Marie Prikler <liliana.prikler@gmail.com>2024-03-02 12:22:34 +0100
committerLiliana Marie Prikler <liliana.prikler@gmail.com>2024-03-02 12:22:34 +0100
commit25c14c893f05019d746321285acf55d1aa65b943 (patch)
tree9c0a728b3c723fd171668713e0755a79a2034098 /gnu/packages/patches/i3status-rust-enable-unstable-features.patch
parent71a3dca25cd25f63c8fc17498a9a729e545f1890 (diff)
parent4a0549be52f3f46fbce61342d8de30f7b83130c5 (diff)
Merge branch 'master' into gnome-team
Diffstat (limited to 'gnu/packages/patches/i3status-rust-enable-unstable-features.patch')
-rw-r--r--gnu/packages/patches/i3status-rust-enable-unstable-features.patch20
1 files changed, 0 insertions, 20 deletions
diff --git a/gnu/packages/patches/i3status-rust-enable-unstable-features.patch b/gnu/packages/patches/i3status-rust-enable-unstable-features.patch
deleted file mode 100644
index 535b45d865..0000000000
--- a/gnu/packages/patches/i3status-rust-enable-unstable-features.patch
+++ /dev/null
@@ -1,20 +0,0 @@
-From 3006390c0058f06c255d9850327163aebcdc3b40 Mon Sep 17 00:00:00 2001
-From: Petr Hodina <phodina@protonmail.com>
-Date: Mon, 11 Oct 2021 22:35:39 +0200
-Subject: [PATCH] Enable unstable features.
-
-
-diff --git a/src/main.rs b/src/main.rs
-index d9e964b..820e22e 100644
---- a/src/main.rs
-+++ b/src/main.rs
-@@ -1,3 +1,6 @@
-+#![feature(bool_to_option)]
-+#![feature(clamp)]
-+
- #[macro_use]
- mod de;
- #[macro_use]
---
-2.33.0
-