mirror of
https://github.com/GraphiteEditor/Graphite.git
synced 2025-08-10 00:08:03 +00:00
Temporarily remove pretty printing for token streams
This commit is contained in:
parent
20f4271e91
commit
fa461f3157
2 changed files with 3 additions and 3 deletions
|
@ -108,8 +108,8 @@ fn main() {
|
|||
output: syn::Type::Verbatim(quote! {u32}),
|
||||
};
|
||||
|
||||
let pretty = pretty_token_stream::Pretty::new(nodegraph.serialize_gpu("add"));
|
||||
pretty.print();
|
||||
//let pretty = pretty_token_stream::Pretty::new(nodegraph.serialize_gpu("add"));
|
||||
//pretty.print();
|
||||
/*
|
||||
use dyn_any::{downcast_ref, DynAny, StaticType};
|
||||
//let mut mul = mul::MulNode::new();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue