summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--x11/clipcat/files/patch-rust-1.77.010
1 files changed, 10 insertions, 0 deletions
diff --git a/x11/clipcat/files/patch-rust-1.77.0 b/x11/clipcat/files/patch-rust-1.77.0
new file mode 100644
index 000000000000..50ecb83ca2d7
--- /dev/null
+++ b/x11/clipcat/files/patch-rust-1.77.0
@@ -0,0 +1,10 @@
+--- Cargo.toml.orig 2024-03-19 15:39:03 UTC
++++ Cargo.toml
+@@ -78,7 +78,6 @@ coherence_leak_check = "deny"
+ byte_slice_in_packed_struct_with_derive = "deny"
+ clashing_extern_declarations = "deny"
+ coherence_leak_check = "deny"
+-coinductive_overlap_in_coherence = "deny"
+ confusable_idents = "deny"
+ const_evaluatable_unchecked = "deny"
+ const_item_mutation = "deny"