Skip to content

Commit 872e2ea

Browse files
committed
oops
1 parent eee8c31 commit 872e2ea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -243,7 +243,7 @@ pub fn builder_from_flags<I>(args: I) -> Result<Builder, io::Error>
243243

244244
if let Some(bitfields) = matches.values_of("bitfield-enum") {
245245
for regex in bitfields {
246-
builder = builder.bitfield_enum(bitfields);
246+
builder = builder.bitfield_enum(regex);
247247
}
248248
}
249249

0 commit comments

Comments
 (0)