This commit is contained in:
houseme
2025-06-23 04:15:05 +08:00
parent 928453db62
commit 5155a3d544
8 changed files with 16 additions and 20 deletions
+1 -1
View File
@@ -32,7 +32,7 @@ pub struct Notifier {
// Rely on getting an instance of NotificationSystem from the outside.
}
impl crate::notifier::Notifier {
impl Notifier {
/// Notify an event asynchronously.
/// This is the only entry point for all event notifications in the system.
pub async fn notify(&self, args: EventArgs) {