Skip to content

Commit e82056a

Browse files
committed
remove obsolete comment
1 parent 0862458 commit e82056a

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

src/librustc_mir/util/elaborate_drops.rs

-7
Original file line numberDiff line numberDiff line change
@@ -835,13 +835,6 @@ where
835835
}
836836
}
837837

838-
/// Returns a basic block that drop a place using the context
839-
/// and path in `c`. If `mode` is something, also clear `c`
840-
/// according to it.
841-
///
842-
/// if FLAG(self.path)
843-
/// if let Some(mode) = mode: FLAG(self.path)[mode] = false
844-
/// drop(self.place)
845838
fn complete_drop(
846839
&mut self,
847840
drop_mode: Option<DropFlagMode>,

0 commit comments

Comments
 (0)