1
Fork 0

syntax: Migrate built-in macros to the regular stability checking

This commit is contained in:
Vadim Petrochenkov 2019-06-22 16:18:05 +03:00
parent 0817fc6c6c
commit 1ee0ce82cb
32 changed files with 161 additions and 209 deletions

View file

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