We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d4ec446 commit fd44e3cCopy full SHA for fd44e3c
authenticode/tests/test_errors.rs
@@ -6,6 +6,9 @@
6
// option. This file may not be copied, modified, or distributed
7
// except according to those terms.
8
9
+// Ignore warnings from not using the return value of `format!`.
10
+#![expect(unused_must_use)]
11
+
12
use authenticode::{
13
AttributeCertificateAuthenticodeError, AttributeCertificateError,
14
AuthenticodeSignatureParseError, PeOffsetError,
0 commit comments