Skip to content

Commit 17b97ee

Browse files
committed
fmt
1 parent 3a65d38 commit 17b97ee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/librustc_privacy/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1023,7 +1023,7 @@ impl<'a, 'tcx> NamePrivacyVisitor<'a, 'tcx> {
10231023
span: Span, // span of the field pattern, e.g., `x: 0`
10241024
def: &'tcx ty::AdtDef, // definition of the struct or enum
10251025
field: &'tcx ty::FieldDef,
1026-
in_update_syntax: bool
1026+
in_update_syntax: bool,
10271027
) {
10281028
// definition of the field
10291029
let ident = Ident::new(kw::Invalid, use_ctxt);

0 commit comments

Comments
 (0)