From 86f751ed0b5eb13691c50cbbdc2633760fc2a1f2 Mon Sep 17 00:00:00 2001 From: Pierre Krieger Date: Mon, 26 Mar 2018 15:20:59 +0200 Subject: [PATCH] Remove 'static requirement --- src/lib.rs | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/lib.rs b/src/lib.rs index f48a4dd..d583e02 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -151,7 +151,6 @@ impl Fq2 { pub trait Group: rustc_serialize::Encodable + rustc_serialize::Decodable + - 'static + Send + Sync + Copy + @@ -173,7 +172,6 @@ pub trait Group: #[cfg(not(feature = "rustc-serialize"))] pub trait Group: - 'static + Send + Sync + Copy +