Feature gating is strict now.
This commit is contained in:
parent
81a16f4a83
commit
c21b7e17d4
|
@ -18,7 +18,7 @@
|
||||||
//! approximate a square root to arbitrary precision:
|
//! approximate a square root to arbitrary precision:
|
||||||
//!
|
//!
|
||||||
//! ```
|
//! ```
|
||||||
//! # #![allow(unstable)]
|
//! # #![feature(core)]
|
||||||
//! extern crate num;
|
//! extern crate num;
|
||||||
//!
|
//!
|
||||||
//! use std::num::FromPrimitive;
|
//! use std::num::FromPrimitive;
|
||||||
|
|
Loading…
Reference in New Issue