Added non string key support for flattening

This commit is contained in:
Armin Ronacher
2018-03-19 00:57:58 +01:00
parent 7cf184624a
commit f02dbf381b
3 changed files with 131 additions and 11 deletions
+1 -1
View File
@@ -26,7 +26,7 @@
#![cfg_attr(feature = "cargo-clippy", allow(enum_variant_names, redundant_field_names,
too_many_arguments, used_underscore_binding))]
// The `quote!` macro requires deep recursion.
#![recursion_limit = "256"]
#![recursion_limit = "512"]
#[macro_use]
extern crate quote;