core: convert an XXX into a FIXME.
This commit is contained in:
parent
587ce4894e
commit
392708e3b1
@ -15,7 +15,7 @@
|
||||
|
||||
#[lang="drop"]
|
||||
pub trait Drop {
|
||||
fn finalize(&self); // XXX: Rename to "drop"? --pcwalton
|
||||
fn finalize(&self); // FIXME(#4332): Rename to "drop"? --pcwalton
|
||||
}
|
||||
|
||||
#[lang="add"]
|
||||
|
Loading…
Reference in New Issue
Block a user