Fix. Everything. Co-authored-by: Andrei Cravtov <[email protected]> Co-authored-by: Matt Beton <[email protected]> Co-authored-by: Alex Cheema <[email protected]> Co-authored-by: Seth Howes <[email protected]>
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() {}
|
|
}
|