fmt, clippy

This commit is contained in:
Lucas Nogueira
2024-02-21 13:39:40 -03:00
parent 14f381acf8
commit 7039c9b995
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -125,6 +125,6 @@ if (files.length > 0) {
console.log(missing.join("\n"));
process.exit(1);
}
}
},
);
}
+1 -1
View File
@@ -32,7 +32,7 @@ mod commands;
mod error;
mod models;
#[allow(dead_code, unused_imports, deprecated)]
#[allow(dead_code, unused_imports, deprecated, clippy::derivable_impls)]
mod notify_rust;
pub use error::{Error, Result};