xmpp-parsers: Import FromStr from core
This was needlessly imported from std. skip-changelog: This is no public change whatsoever.
This commit is contained in:
parent
67ef9654dc
commit
cc3f22d418
1 changed files with 1 additions and 1 deletions
|
|
@ -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() {
|
||||
|
|
|
|||
Loading…
Reference in a new issue