tuple_indexing is no longer gated! Yay!
This commit is contained in:
parent
905800cc30
commit
7c9bd44916
|
@ -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.
|
||||||
|
|
||||||
#![feature(default_type_params, tuple_indexing)]
|
#![feature(default_type_params)]
|
||||||
#![warn(unused_qualifications, non_upper_case_globals,
|
#![warn(unused_qualifications, non_upper_case_globals,
|
||||||
variant_size_differences, unused_typecasts,
|
variant_size_differences, unused_typecasts,
|
||||||
missing_docs, unused_results)]
|
missing_docs, unused_results)]
|
||||||
|
|
Loading…
Reference in a new issue