ci: error on clippy warnings and check repl

This commit is contained in:
link2xt
2022-08-13 14:15:10 +03:00
committed by Hocuri
parent c0d1c97490
commit 14045a6162
15 changed files with 31 additions and 31 deletions

View File

@@ -1,3 +1,4 @@
#![allow(clippy::format_push_string)]
extern crate dirs;
use std::path::Path;