mirror of
https://gitlab.com/xmpp-rs/xmpp-rs.git
synced 2024-07-12 22:21:53 +00:00
presence: Remove unused import in tests.
This commit is contained in:
parent
98878042dd
commit
244c9b2710
1 changed files with 0 additions and 1 deletions
|
@ -308,7 +308,6 @@ impl Into<Element> for Presence {
|
|||
|
||||
#[cfg(test)]
|
||||
mod tests {
|
||||
use std::collections::BTreeMap;
|
||||
use super::*;
|
||||
|
||||
#[test]
|
||||
|
|
Loading…
Reference in a new issue