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