Add a missing newline.

This commit is contained in:
Vytautas Astrauskas 2020-04-16 13:39:21 -07:00
parent 688cacbdd7
commit a585dc8289

View file

@ -331,6 +331,7 @@ pub trait EvalContextExt<'mir, 'tcx: 'mir>: crate::MiriEvalContextExt<'mir, 'tcx
}
Ok(())
}
/// Get a thread-specific allocation id for the given thread-local static.
/// If needed, allocate a new one.
///