mirror of
https://github.com/kjuulh/dagger-rs.git
synced 2025-08-03 14:23:26 +02:00
11 lines
119 B
Rust
11 lines
119 B
Rust
#[cfg(example_test)]
|
|
mod examples {
|
|
#[test]
|
|
fn test_example_container() {
|
|
unimplemented!();
|
|
}
|
|
}
|
|
|
|
|
|
|