From 484ccef3fbe7602fe0b09fb50cc90ed75b3df4f2 Mon Sep 17 00:00:00 2001 From: Adam Wick Date: Fri, 26 Oct 2018 09:24:37 -0700 Subject: [PATCH] Remove a warning that's not entirely helpful. --- src/lib.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/src/lib.rs b/src/lib.rs index 0ab63b5..656e8e3 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -974,6 +974,7 @@ mod tests { } } + #[allow(type_alias_bounds)] type ASN1BlockGen = fn(&mut G, usize) -> ASN1Block; fn arb_boolean(g: &mut G, _d: usize) -> ASN1Block {