mirror of
https://github.com/exo-explore/exo.git
synced 2026-01-29 16:22:28 -05:00
Fix. Everything. Co-authored-by: Andrei Cravtov <the.andrei.cravtov@gmail.com> Co-authored-by: Matt Beton <matthew.beton@gmail.com> Co-authored-by: Alex Cheema <alexcheema123@gmail.com> Co-authored-by: Seth Howes <sethshowes@gmail.com>
8 lines
113 B
Rust
8 lines
113 B
Rust
// maybe this will hold test in the future...??
|
|
|
|
#[cfg(test)]
|
|
mod tests {
|
|
#[test]
|
|
fn does_nothing() {}
|
|
}
|