Change finalize -> drop.
This commit is contained in:
parent
4967bd0508
commit
ca2966c6d0
127 changed files with 155 additions and 155 deletions
|
@ -268,7 +268,7 @@ pub struct Parser {
|
|||
#[unsafe_destructor]
|
||||
impl Drop for Parser {
|
||||
/* do not copy the parser; its state is tied to outside state */
|
||||
fn finalize(&self) {}
|
||||
fn drop(&self) {}
|
||||
}
|
||||
|
||||
impl Parser {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue