blob: 6fef49668da5fc38d7558dfccfebf0b72dee8d79 [file] [log] [blame]
#![feature(allow_internal_unstable)]
#![cfg_attr(bootstrap, feature(const_if_match))]
#![feature(const_fn)]
#![feature(const_panic)]
#![feature(extend_one)]
#![feature(unboxed_closures)]
#![feature(test)]
#![feature(fn_traits)]
pub mod bit_set;
pub mod vec;