Remove trailing whitespace
This commit is contained in:
parent
0e052f5685
commit
784e8369ca
1 changed files with 1 additions and 1 deletions
|
|
@ -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")
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue