Skip to content

Commit e41a43b

Browse files
committed
Fix output formatting.
1 parent d44e1e9 commit e41a43b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bindgen/codegen/macro_def.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -210,7 +210,7 @@ impl CodeGenerator for MacroDef {
210210
});
211211
} else {
212212
warn!(
213-
"Unhandled variable-like macro: {} = {:?}",
213+
"Unhandled variable-like macro `{}`: {:?}",
214214
var_macro.name(),
215215
expr
216216
);

0 commit comments

Comments
 (0)