Remove trailing whitespace

This commit is contained in:
Seo Sanghyeon 2013-05-08 01:01:31 +09:00
parent 0e052f5685
commit 784e8369ca

View file

@ -3921,7 +3921,7 @@ pub fn lookup_packed(tcx: ctxt, did: def_id) -> bool {
has_attr(tcx, did, "packed")
}
/// Determine whether an item is annotated with `#[simd]`
/// Determine whether an item is annotated with `#[simd]`
pub fn lookup_simd(tcx: ctxt, did: def_id) -> bool {
has_attr(tcx, did, "simd")
}