mirror of
https://git.proxmox.com/git/rustc
synced 2025-05-21 14:43:41 +00:00
6 lines
49 B
Rust
6 lines
49 B
Rust
#![feature(test)]
|
|
|
|
extern crate test;
|
|
|
|
mod hash;
|