Sign in
rust
/
cargo
/
HEAD
/
.
/
tests
/
testsuite
/
mock-std
/
library
/
test
/
src
/
lib.rs
blob: a112855f5367f662f14e438601f45e98293555c3 [
file
] [
log
] [
blame
]
#![
feature
(
staged_api
)]
#![
feature
(
test
)]
#![
unstable
(
feature
=
"test"
,
issue
=
"none"
)]
extern
crate test
;
pub
use
test
::*;
pub
fn
custom_api
()
{
}