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)]
|
#[cfg(test)]
|
||||||
mod tests {
|
mod tests {
|
||||||
use super::*;
|
use super::*;
|
||||||
use std::str::FromStr;
|
use core::str::FromStr;
|
||||||
|
|
||||||
#[test]
|
#[test]
|
||||||
fn test_enable() {
|
fn test_enable() {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue