mirror of
https://github.com/kjuulh/dagger-rs.git
synced 2024-11-26 16:53:13 +01:00
11 lines
119 B
Rust
11 lines
119 B
Rust
#[cfg(example_test)]
|
|
mod examples {
|
|
#[test]
|
|
fn test_example_container() {
|
|
unimplemented!();
|
|
}
|
|
}
|
|
|
|
|
|
|