mirror of
https://github.com/rwf2/Rocket.git
synced 2025-01-17 23:19:06 +00:00
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;
|
||||
|
||||
#[cfg(feature = "json")]
|
||||
pub use serde_json::json_internal;
|
||||
pub use serde_json::{json_internal, json_internal_vec};
|
||||
|
||||
#[cfg(feature = "handlebars_templates")]
|
||||
pub extern crate handlebars;
|
||||
|
Loading…
Reference in New Issue
Block a user