Browse Source

Feature gating is strict now.

Huon Wilson 10 năm trước cách đây
mục cha
commit
c21b7e17d4
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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;