Skip to content

Commit cdb7032

Browse files
committed
fix(yopo): remove unused MatchMessageFrom import
1 parent 04a4ab8 commit cdb7032

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/yopo/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ use sacp::schema::{
88
RequestPermissionOutcome, RequestPermissionRequest, RequestPermissionResponse,
99
SessionNotification, TextContent, VERSION as PROTOCOL_VERSION,
1010
};
11-
use sacp::util::{MatchMessage, MatchMessageFrom};
11+
use sacp::util::MatchMessage;
1212
use sacp::{Component, Handled, MessageCx, UntypedMessage};
1313
use std::path::PathBuf;
1414

0 commit comments

Comments
 (0)