Skip to content

Commit 149b372

Browse files
committed
run rustfmt
1 parent 6377fb2 commit 149b372

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

clippy_lints/src/trailing_zero_sized_array_without_repr_c.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -89,8 +89,8 @@ fn is_struct_with_trailing_zero_sized_array(cx: &LateContext<'tcx>, item: &'tcx
8989

9090
fn has_repr_attr(cx: &LateContext<'tcx>, attrs: &[Attribute]) -> bool {
9191
// NOTE: there's at least four other ways to do this but I liked this one the best. (All five agreed
92-
// on all testcases (when i wrote this comment. I added a few since then).) Happy to use another; they're in the commit history if you want to look (or I
93-
// can go find them).
92+
// on all testcases (when i wrote this comment. I added a few since then).) Happy to use another;
93+
// they're in the commit history if you want to look (or I can go find them).
9494
attrs
9595
.iter()
9696
.any(|attr| !rustc_attr::find_repr_attrs(cx.tcx.sess(), attr).is_empty())

0 commit comments

Comments
 (0)