Skip to content
Snippets Groups Projects
scatter.rs 227 B
Newer Older
#![allow(dead_code, non_snake_case, non_upper_case_globals)]
#![allow(clippy::needless_return)]

whooie's avatar
whooie committed
use anyhow::Result;
whooie's avatar
whooie committed

fn main() -> Result<()> {
    return Err(NewtonError::RKAErrorBound)?;
}