Skip to content

Commit cfb1548

Browse files
committed
testing host_bindgen changes
Signed-off-by: Shailesh Vashishth <shavashishth@gmail.com>
1 parent d385565 commit cfb1548

File tree

1 file changed

+1
-1
lines changed
  • src/hyperlight_component_macro/src

1 file changed

+1
-1
lines changed

src/hyperlight_component_macro/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ impl Parse for BindgenInputParams {
145145
let value: LitStr = content.parse()?;
146146
path = Some(std::path::PathBuf::from(value.value()));
147147

148-
eprintln!("TWO WORLDS PATH = {}\n", path);
148+
eprintln!("TWO WORLDS PATH = {:#?}\n", path);
149149

150150
}
151151
_ => {

0 commit comments

Comments
 (0)