Reexport new 'serde_json::json_internal_vec' macro.

This commit is contained in:
Sergio Benitez 2018-08-14 09:53:04 -07:00
parent e0961e0750
commit d699827079
1 changed files with 1 additions and 1 deletions

View File

@ -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;