mirror of
https://github.com/fluencelabs/wasm-bindgen
synced 2025-06-17 15:01:23 +00:00
Only derive extra traits when the extra-traits
feature is enabled
This commit is contained in:
@ -1,5 +1,5 @@
|
||||
#![recursion_limit = "256"]
|
||||
#![deny(missing_debug_implementations)]
|
||||
#![cfg_attr(feature = "extra-traits", deny(missing_debug_implementations))]
|
||||
|
||||
extern crate proc_macro2;
|
||||
#[macro_use]
|
||||
|
Reference in New Issue
Block a user