Skip to content

Commit eb3f139

Browse files
committed
fix(integration): add missing else
1 parent c7676f0 commit eb3f139

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

bindgen-integration/build.rs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,8 +149,9 @@ impl ParseCallbacks for MacroCallback {
149149
AttributeItemKind::Function(FunctionKind::Function)
150150
);
151151
vec!["#[must_use]".into()]
152+
} else {
153+
vec![]
152154
}
153-
vec![]
154155
}
155156
}
156157

0 commit comments

Comments
 (0)