Rename notification_store (#3872)

Joseph T. Lyons created

Release Notes:

- N/A

Change summary

crates/notifications/Cargo.toml                | 2 +-
crates/notifications/src/notification_store.rs | 0 
2 files changed, 1 insertion(+), 1 deletion(-)

Detailed changes

crates/notifications/Cargo.toml 🔗

@@ -5,7 +5,7 @@ edition = "2021"
 publish = false
 
 [lib]
-path = "src/notification_store2.rs"
+path = "src/notification_store.rs"
 doctest = false
 
 [features]