Skip to content

Commit 392708e

Browse files
committed
core: convert an XXX into a FIXME.
1 parent 587ce48 commit 392708e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/libcore/ops.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515

1616
#[lang="drop"]
1717
pub trait Drop {
18-
fn finalize(&self); // XXX: Rename to "drop"? --pcwalton
18+
fn finalize(&self); // FIXME(#4332): Rename to "drop"? --pcwalton
1919
}
2020

2121
#[lang="add"]

0 commit comments

Comments
 (0)