commit 77ee7bde3d3139025350f36b44eafac283d87c0a
parent 6a6008bd586e09a409b23d4aa63765660ae87e18
Author: Mike Hommey <mh+mozilla@glandium.org>
Date: Wed, 22 Oct 2025 00:48:46 +0000
Bug 1995475 - Allow warnings in the zip crate. r=firefox-build-system-reviewers,ahochheiden
Differential Revision: https://phabricator.services.mozilla.com/D269337
Diffstat:
1 file changed, 4 insertions(+), 0 deletions(-)
diff --git a/third_party/rust/zip/src/lib.rs b/third_party/rust/zip/src/lib.rs
@@ -1,3 +1,7 @@
+// This library is patched, thus considered first-party. Ignore warnings
+// as if it were third-party.
+#![allow(warnings)]
+
//! A library for reading and writing ZIP archives.
//! ZIP is a format designed for cross-platform file "archiving".
//! That is, storing a collection of files in a single datastream