mirror of
https://github.com/rust-lang/cargo.git
synced 2025-09-28 11:20:36 +00:00
6 lines
91 B
Rust
6 lines
91 B
Rust
use std::collections::{HashMap, HashSet, VecDeque};
|
|
|
|
fn main() {
|
|
let _: HashSet<()>;
|
|
}
|