#![allow(unused_variables)] #![allow(unused_mut)] fn main() { use std::collections::BTreeSet; let mut set: BTreeSet = BTreeSet::new(); }