Cleanup and rework justfile, add some CI-only checks
This commit is contained in:
parent
e3d0343314
commit
9dfd493bf5
5 changed files with 163 additions and 129 deletions
|
|
@ -1,3 +1,4 @@
|
|||
#[allow(clippy::print_stderr)]
|
||||
pub fn elog(function: &str, message: &str) {
|
||||
eprintln!("{:?} [{function}] {message}", crate::ONSET.elapsed());
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue