cpp_demangle icon indicating copy to clipboard operation
cpp_demangle copied to clipboard

added simple example + fixed warning in ast.rs

Open Cr0a3 opened this issue 1 year ago • 0 comments

Hi, I added a simple example (examples/simple.rs) which is just the readme example. I also fixed the unused warning in src/ast.rs:359 by adding #[allow(unused)] Bye

Cr0a3 avatar May 10 '24 17:05 Cr0a3