Prepare string editing for 'today new'

This commit is contained in:
Joscha 2022-01-14 22:05:52 +01:00
parent 82affe39a1
commit fe1bf309b8
4 changed files with 20 additions and 9 deletions

View file

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