From a8d74c2cbf9d5d89b82d6be8fb2609c5da074e5a Mon Sep 17 00:00:00 2001 From: Ivan Ukhov Date: Mon, 8 Jun 2015 14:54:32 -0400 Subject: [PATCH] Remove an inline --- src/database.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/src/database.rs b/src/database.rs index 0022b78..83c0d6d 100644 --- a/src/database.rs +++ b/src/database.rs @@ -65,7 +65,6 @@ impl<'l> Database<'l> { /// The callback is triggered when the database cannot perform an operation /// due to processing of some other request. If the callback returns `true`, /// the operation will be repeated. - #[inline] pub fn set_busy_handler(&mut self, callback: F) -> Result<()> where F: FnMut(usize) -> bool + 'l {