Parcourir la source

Feature gating is strict now.

Huon Wilson il y a 10 ans
Parent
commit
c21b7e17d4
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  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;