File: allow-deprecated.patch

package info (click to toggle)
rust-sequoia-policy-config 0.8.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 476 kB
  • sloc: makefile: 5
file content (9 lines) | stat: -rw-r--r-- 362 bytes parent folder | download
1
2
3
4
5
6
7
8
9
Index: sequoia-policy-config/src/lib.rs
===================================================================
--- sequoia-policy-config.orig/src/lib.rs
+++ sequoia-policy-config/src/lib.rs
@@ -1,3 +1,4 @@
+#![allow(deprecated)]
 //! Configures a `StandardPolicy` using a configuration file.
 //!
 //! Sequoia's [`StandardPolicy`] can be configured using Rust.  As