mirror of
https://github.com/fluencelabs/wasm-bindgen
synced 2025-06-17 06:51:24 +00:00
Pretty print output on main example
This commit is contained in:
@ -12,5 +12,5 @@ fn main() {
|
|||||||
|
|
||||||
let mut tokens = TokenStream::new();
|
let mut tokens = TokenStream::new();
|
||||||
program.to_tokens(&mut tokens);
|
program.to_tokens(&mut tokens);
|
||||||
println!("{}", tokens);
|
println!("{:#?}", tokens);
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user