Chris Morgan
›
Git
›
anymap
› blobdiff
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
commit
grep
author
committer
pickaxe
?
search:
re
0.11.0: merge concurrency branch.
[anymap]
/
src
/
lib.rs
diff --git
a/src/lib.rs
b/src/lib.rs
index 4bc330f9d0c02097ed36fffc0b094604b0d59d1b..b5ae44a59108ae5f447c8c16e9d120db4b4371bf 100644
(file)
--- a/
src/lib.rs
+++ b/
src/lib.rs
@@
-1,6
+1,6
@@
//! This crate provides the `AnyMap` type, a safe and convenient store for one value of each type.
//! This crate provides the `AnyMap` type, a safe and convenient store for one value of each type.
-#![cfg_attr(feature = "
nightly
", feature(core, std_misc))]
+#![cfg_attr(feature = "
unstable
", feature(core, std_misc))]
#![cfg_attr(test, feature(test))]
#![warn(missing_docs, unused_results)]
#![cfg_attr(test, feature(test))]
#![warn(missing_docs, unused_results)]