Use new format syntax in most places

This commit is contained in:
Joscha 2022-01-15 01:09:34 +01:00
parent a3a0e0b9cf
commit f82b368fe1
10 changed files with 120 additions and 127 deletions

View file

@ -3,8 +3,6 @@
#![warn(clippy::all)]
#![warn(clippy::use_self)]
// TODO Switch to new format syntax project-wide
mod cli;
mod error;
mod eval;