diff options
Diffstat (limited to 'src/libserialize')
| -rw-r--r-- | src/libserialize/json.rs | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/src/libserialize/json.rs b/src/libserialize/json.rs index 4bcaa4b5dbc..452feed3cdb 100644 --- a/src/libserialize/json.rs +++ b/src/libserialize/json.rs @@ -76,8 +76,7 @@ //! Create a struct called `TestStruct` and serialize and deserialize it to and from JSON using the //! serialization API, using the derived serialization code. //! -//! ```notrust -//! // FIXME(#19470): this cannot be ```rust``` because it fails orphan checking at the moment +//! ```rust //! extern crate serialize; //! use serialize::json; //! @@ -111,8 +110,7 @@ //! //! ### Simple example of `ToJson` usage //! -//! ```notrust -//! // FIXME(#19470): this cannot be ```rust``` because it fails orphan checking at the moment +//! ```rust //! extern crate serialize; //! use serialize::json::{self, ToJson, Json}; //! @@ -151,8 +149,7 @@ //! //! ### Verbose example of `ToJson` usage //! -//! ```notrust -//! // FIXME(#19470): this cannot be ```rust``` because it fails orphan checking at the moment +//! ```rust //! extern crate serialize; //! use std::collections::BTreeMap; //! use serialize::json::{self, Json, ToJson}; |
