File: allow-deprecated.patch

package info (click to toggle)
rust-sequoia-wot 0.14.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 5,728 kB
  • sloc: sh: 809; makefile: 20
file content (12 lines) | stat: -rw-r--r-- 296 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
Origin: vendor
Subject: allow deprecated code

Index: sequoia-wot/src/lib.rs
===================================================================
--- sequoia-wot.orig/src/lib.rs
+++ sequoia-wot/src/lib.rs
@@ -1,3 +1,4 @@
+#![allow(deprecated)]
 //! A web of trust engine.
 //!
 //! # Introduction