Revert change related to #460

This commit is contained in:
gwenn 2019-02-16 17:24:56 +01:00
parent 333cc49523
commit c1f12c7380

View File

@ -687,7 +687,7 @@ impl Connection {
/// Return the number of rows modified, inserted or deleted by the most /// Return the number of rows modified, inserted or deleted by the most
/// recently completed INSERT, UPDATE or DELETE statement on the database /// recently completed INSERT, UPDATE or DELETE statement on the database
/// connection. /// connection.
pub fn changes(&self) -> usize { fn changes(&self) -> usize {
self.db.borrow_mut().changes() self.db.borrow_mut().changes()
} }