From 2641cd0f79f18eb18799ff7c3c9a08c1faa768a1 Mon Sep 17 00:00:00 2001 From: Dominik Maier Date: Fri, 11 Dec 2020 11:23:15 +0100 Subject: [PATCH] fmt --- afl/src/metamap.rs | 2 -- 1 file changed, 2 deletions(-) diff --git a/afl/src/metamap.rs b/afl/src/metamap.rs index 8b86603cdd..ce8698cab3 100644 --- a/afl/src/metamap.rs +++ b/afl/src/metamap.rs @@ -12,7 +12,6 @@ pub struct MetaMap { } impl MetaMap { - #[inline] pub fn get(&self) -> Option<&T> where @@ -132,7 +131,6 @@ pub struct MetaInstanceMap { } impl MetaInstanceMap { - #[inline] pub fn get(&self, instance: &U) -> Option<&T> where