Skip to content

Commit 8e025db

Browse files
authored
Rollup merge of #71585 - tshepang:obsolete-comment, r=Dylan-DPC
remove obsolete comment Not sure if it's better to have an outdated comment or no comment at all (made obsolete by 2b9fea1).
2 parents 2b5325d + e82056a commit 8e025db

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)