Remove an inline

This commit is contained in:
Ivan Ukhov 2015-06-08 14:54:32 -04:00
parent a5c0234aa1
commit a8d74c2cbf

View File

@ -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<F>(&mut self, callback: F) -> Result<()>
where F: FnMut(usize) -> bool + 'l
{