Kaynağa Gözat

Feature gating is strict now.

Huon Wilson 10 yıl önce
ebeveyn
işleme
c21b7e17d4
1 değiştirilmiş dosya ile 1 ekleme ve 1 silme
  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;