More specific visibility for assert
This commit is contained in:
@ -3,7 +3,7 @@ fn main() {
|
||||
|
||||
use reactionsystems::rsprocess::presets;
|
||||
match presets::run("testing/first.system".into()) {
|
||||
Ok(_) => {},
|
||||
Ok(()) => {},
|
||||
Err(e) => {println!("{e}")}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user