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:
Link Mauve 2026-02-07 16:20:16 +01:00 committed by pep
commit cc3f22d418

View file

@ -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() {