Add a note to disambiguate '{content,contrib}::Json'.

This commit is contained in:
Sergio Benitez 2017-12-26 20:28:53 -08:00
parent 81bae5246b
commit 804d2b6603
1 changed files with 1 additions and 0 deletions

View File

@ -81,6 +81,7 @@ macro_rules! ctrs {
}
ctrs! {
// FIXME: Add a note that this is _not_ the `contrib` `Json`.
Json: JSON, "JSON", "application/json",
Xml: XML, "XML", "text/xml",
MsgPack: MsgPack, "MessagePack", "application/msgpack",