1
Fork 0

grandfathered -> rust1

This commit is contained in:
Brian Anderson 2015-01-23 21:48:20 -08:00
parent b7fe2c54b7
commit b44ee371b8
102 changed files with 1490 additions and 1490 deletions

View file

@ -9,7 +9,7 @@
// except according to those terms.
#![doc(primitive = "unit")]
#![stable(feature = "grandfathered", since = "1.0.0")]
#![stable(feature = "rust1", since = "1.0.0")]
//! The `()` type, sometimes called "unit" or "nil".
//!