Files
38ff949bf4 big refactor
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]>
2025-09-30 11:03:04 +01:00

8 lines
113 B
Rust

// maybe this will hold test in the future...??
#[cfg(test)]
mod tests {
#[test]
fn does_nothing() {}
}