Explorar o código

Feature gating is strict now.

Huon Wilson %!s(int64=10) %!d(string=hai) anos
pai
achega
c21b7e17d4
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      src/lib.rs

+ 1 - 1
src/lib.rs

@@ -18,7 +18,7 @@
 //! approximate a square root to arbitrary precision:
 //!
 //! ```
-//! # #![allow(unstable)]
+//! # #![feature(core)]
 //! extern crate num;
 //!
 //! use std::num::FromPrimitive;