0
0
mirror of https://github.com/termux/termux-packages.git synced 2025-10-21 15:24:16 +00:00
Files
termux-packages/x11-packages/thunderbird/0035-fix-for-rust-1.89.patch

12 lines
301 B
Diff

--- a/third_party/rust/allocator-api2/src/stable/vec/mod.rs
+++ b/third_party/rust/allocator-api2/src/stable/vec/mod.rs
@@ -51,6 +51,8 @@
//!
//! [`push`]: Vec::push
+#![warn(dangerous_implicit_autorefs)]
+
#[cfg(not(no_global_oom_handling))]
use core::cmp;
use core::cmp::Ordering;