We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d312a20 + b8e38f4 commit 27ef8e3Copy full SHA for 27ef8e3
biscuit-parser/src/parser.rs
@@ -2,6 +2,9 @@
2
* Copyright (c) 2019 Geoffroy Couprie <contact@geoffroycouprie.com> and Contributors to the Eclipse Foundation.
3
* SPDX-License-Identifier: Apache-2.0
4
*/
5
+
6
+// This warning makes all parser signatures extremely verbose
7
+#![allow(mismatched_lifetime_syntaxes)]
8
use crate::builder::{self, CheckKind, PublicKey};
9
use nom::{
10
branch::alt,
0 commit comments