syntax: Migrate built-in macros to the regular stability checking
This commit is contained in:
parent
0817fc6c6c
commit
1ee0ce82cb
32 changed files with 161 additions and 209 deletions
|
@ -103,6 +103,7 @@
|
|||
//!
|
||||
//! ```rust
|
||||
//! # #![feature(rustc_private)]
|
||||
//! # #![allow(deprecated)]
|
||||
//! extern crate serialize;
|
||||
//! use serialize::json::{self, ToJson, Json};
|
||||
//!
|
||||
|
@ -143,6 +144,7 @@
|
|||
//!
|
||||
//! ```rust
|
||||
//! # #![feature(rustc_private)]
|
||||
//! # #![allow(deprecated)]
|
||||
//! extern crate serialize;
|
||||
//! use std::collections::BTreeMap;
|
||||
//! use serialize::json::{self, Json, ToJson};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue