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 {