Skip to content

Commit

Permalink
Remove redundant imports.
Browse files Browse the repository at this point in the history
  • Loading branch information
ehuss authored and Mark-Simulacrum committed Feb 27, 2024
1 parent e441955 commit 0c937c1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/mailgun/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,6 @@ fn extract<'a>(s: &'a str, prefix: &str, suffix: &str) -> &'a str {
#[cfg(test)]
mod tests {
use super::*;
use rust_team_data::email_encryption;

#[test]
fn test_build_route_actions() {
Expand Down

0 comments on commit 0c937c1

Please sign in to comment.