refactor(notification): pull notify_rust from crates.io (#1432)

This commit is contained in:
Lucas Fernandes Nogueira
2024-06-11 09:31:59 -03:00
committed by GitHub
parent 0b0088821e
commit 3779fb5063
23 changed files with 25 additions and 3401 deletions
-3
View File
@@ -32,9 +32,6 @@ mod commands;
mod error;
mod models;
#[allow(dead_code, unused_imports, deprecated, clippy::derivable_impls)]
mod notify_rust;
pub use error::{Error, Result};
#[cfg(desktop)]