Skip to content

Commit 864327a

Browse files
committed
rm braces
1 parent 3a77789 commit 864327a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/generate/register.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -516,7 +516,7 @@ pub fn fields(
516516
#[doc = #description]
517517
#[inline]
518518
pub fn #sc(&self) -> #pc_r {
519-
let bits = { #value };
519+
let bits = #value;
520520
#pc_r { bits }
521521
}
522522
});

0 commit comments

Comments
 (0)