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 2b9fea1300b515e0f8929bb3a09d4fb6fef3f0ea).
This commit is contained in:
Dylan DPC 2020-04-28 13:12:15 +02:00 committed by GitHub
commit 8e025db592
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -835,13 +835,6 @@ where
}
}
/// Returns a basic block that drop a place using the context
/// and path in `c`. If `mode` is something, also clear `c`
/// according to it.
///
/// if FLAG(self.path)
/// if let Some(mode) = mode: FLAG(self.path)[mode] = false
/// drop(self.place)
fn complete_drop(
&mut self,
drop_mode: Option<DropFlagMode>,