Skip to content

Commit 784e836

Browse files
committed
Remove trailing whitespace
1 parent 0e052f5 commit 784e836

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/librustc/middle/ty.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -3921,7 +3921,7 @@ pub fn lookup_packed(tcx: ctxt, did: def_id) -> bool {
39213921
has_attr(tcx, did, "packed")
39223922
}
39233923
3924-
/// Determine whether an item is annotated with `#[simd]`
3924+
/// Determine whether an item is annotated with `#[simd]`
39253925
pub fn lookup_simd(tcx: ctxt, did: def_id) -> bool {
39263926
has_attr(tcx, did, "simd")
39273927
}

0 commit comments

Comments
 (0)