mirror of
https://github.com/exo-explore/exo.git
synced 2025-12-23 22:27:50 -05:00
Co-authored-by: Gelu Vrabie <gelu@exolabs.net> Co-authored-by: Seth Howes <sethshowes@gmail.com> Co-authored-by: Matt Beton <matthew.beton@gmail.com>
8 lines
117 B
Rust
8 lines
117 B
Rust
// maybe this will hold test in the future...??
|
|
|
|
#[cfg(test)]
|
|
mod tests {
|
|
#[test]
|
|
fn does_nothing() {
|
|
}
|
|
} |