Skip to content

Commit

Permalink
Fix unused import in tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
turbocool3r committed Nov 15, 2022
1 parent 65dc961 commit 7a73a2d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/msg/builder.rs
Original file line number Diff line number Diff line change
Expand Up @@ -309,7 +309,7 @@ impl Drop for MsgBuilder<'_, '_> {
#[cfg(test)]
mod tests {
use super::*;
use crate::{msg::MsgDescOrBodyParser, rights::AnySendRight};
use crate::rights::AnySendRight;

#[test]
fn test_drop() {
Expand Down

0 comments on commit 7a73a2d

Please sign in to comment.