mirror of
https://git.proxmox.com/git/rustc
synced 2025-06-08 17:30:25 +00:00
6 lines
49 B
Rust
6 lines
49 B
Rust
#![feature(test)]
|
|
|
|
extern crate test;
|
|
|
|
mod hash;
|