mirror of https://github.com/rwf2/Rocket.git
Reexport new 'serde_json::json_internal_vec' macro.
This commit is contained in:
parent
e0961e0750
commit
d699827079
|
@ -49,7 +49,7 @@ extern crate serde;
|
||||||
extern crate serde_json;
|
extern crate serde_json;
|
||||||
|
|
||||||
#[cfg(feature = "json")]
|
#[cfg(feature = "json")]
|
||||||
pub use serde_json::json_internal;
|
pub use serde_json::{json_internal, json_internal_vec};
|
||||||
|
|
||||||
#[cfg(feature = "handlebars_templates")]
|
#[cfg(feature = "handlebars_templates")]
|
||||||
pub extern crate handlebars;
|
pub extern crate handlebars;
|
||||||
|
|
Loading…
Reference in New Issue