mirror of
https://github.com/rustwasm/wasm-bindgen.git
synced 2024-11-24 14:42:35 +03:00
Pretty print output on main example
This commit is contained in:
parent
d6ec2289fc
commit
37eaca47b4
@ -12,5 +12,5 @@ fn main() {
|
||||
|
||||
let mut tokens = TokenStream::new();
|
||||
program.to_tokens(&mut tokens);
|
||||
println!("{}", tokens);
|
||||
println!("{:#?}", tokens);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user