about summary refs log tree commit diff
path: root/src/libextra
diff options
context:
space:
mode:
authorbors <bors@rust-lang.org>2013-09-17 12:50:46 -0700
committerbors <bors@rust-lang.org>2013-09-17 12:50:46 -0700
commit9e8fb4ad61cfe97413eb92d764aa6aeeb23d5afa (patch)
tree7528ed6b4d16d1eeb51e5f181eb24fa1a32ceff3 /src/libextra
parent023aab453c53fdeee8a99da2766ba562b224785c (diff)
parentbefc561fa4f76b058fc4d9d14f7ed508df0cb272 (diff)
downloadrust-9e8fb4ad61cfe97413eb92d764aa6aeeb23d5afa.tar.gz
rust-9e8fb4ad61cfe97413eb92d764aa6aeeb23d5afa.zip
auto merge of #9256 : thestinger/rust/drop, r=alexcrichton
Diffstat (limited to 'src/libextra')
-rw-r--r--src/libextra/workcache.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/libextra/workcache.rs b/src/libextra/workcache.rs
index 4d3b5ae035e..24ab8360e8f 100644
--- a/src/libextra/workcache.rs
+++ b/src/libextra/workcache.rs
@@ -198,7 +198,6 @@ impl Database {
     }
 }
 
-// FIXME #4330: use &mut self here
 #[unsafe_destructor]
 impl Drop for Database {
     fn drop(&mut self) {