remove unnecessary transmutes
This commit is contained in:
parent
29cdf58861
commit
befc561fa4
4 changed files with 8 additions and 28 deletions
|
|
@ -198,7 +198,6 @@ impl Database {
|
|||
}
|
||||
}
|
||||
|
||||
// FIXME #4330: use &mut self here
|
||||
#[unsafe_destructor]
|
||||
impl Drop for Database {
|
||||
fn drop(&mut self) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue