mirror of
https://github.com/fluencelabs/wasm-bindgen
synced 2025-06-17 15:01:23 +00:00
backend: All AST types should implement Debug
This commit is contained in:
1
crates/backend/src/lib.rs
Normal file → Executable file
1
crates/backend/src/lib.rs
Normal file → Executable file
@ -1,4 +1,5 @@
|
||||
#![recursion_limit = "256"]
|
||||
#![deny(missing_debug_implementations)]
|
||||
|
||||
extern crate proc_macro2;
|
||||
#[macro_use]
|
||||
|
Reference in New Issue
Block a user