Make doc comment more accurate

This commit is contained in:
Aaron Hill 2019-11-04 13:49:50 -05:00
parent dac30115dc
commit c062afe73d
No known key found for this signature in database
GPG Key ID: B4087E510E98B164

View File

@ -24,7 +24,10 @@ pub enum StackPopInfo {
/// as the result of panic
StartUnwinding,
/// Indicates that we performed a normal return
/// Indicates that no special handling should be
/// done - we'll either return normally or unwind
/// based on the terminator for the function
/// we're leaving.
Normal,
/// Indicates that we should stop unwinding,