File tree Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Original file line number Diff line number Diff line change 76
76
//! Create a struct called `TestStruct` and serialize and deserialize it to and from JSON using the
77
77
//! serialization API, using the derived serialization code.
78
78
//!
79
- //! ```rust
79
+ //! ```notrust
80
+ //! // FIXME(#19470): this cannot be ```rust``` because it fails orphan checking at the moment
80
81
//! extern crate serialize;
81
82
//! use serialize::json;
82
83
//!
110
111
//!
111
112
//! ### Simple example of `ToJson` usage
112
113
//!
113
- //! ```rust
114
+ //! ```notrust
115
+ //! // FIXME(#19470): this cannot be ```rust``` because it fails orphan checking at the moment
114
116
//! extern crate serialize;
115
117
//! use serialize::json::{mod, ToJson, Json};
116
118
//!
149
151
//!
150
152
//! ### Verbose example of `ToJson` usage
151
153
//!
152
- //! ```rust
154
+ //! ```notrust
155
+ //! // FIXME(#19470): this cannot be ```rust``` because it fails orphan checking at the moment
153
156
//! extern crate serialize;
154
157
//! use std::collections::BTreeMap;
155
158
//! use serialize::json::{mod, Json, ToJson};
You can’t perform that action at this time.
0 commit comments