diff --git a/parsers/src/push.rs b/parsers/src/push.rs index fd59bf81..df20739e 100644 --- a/parsers/src/push.rs +++ b/parsers/src/push.rs @@ -64,7 +64,7 @@ impl PubSubPayload for Notification {} #[cfg(test)] mod tests { use super::*; - use std::str::FromStr; + use core::str::FromStr; #[test] fn test_enable() {