Skip to content

Commit

Permalink
Remove a derive clone that is not needed
Browse files Browse the repository at this point in the history
  • Loading branch information
egli committed Apr 2, 2024
1 parent 599b83d commit 67736c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/translator.rs
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ use self::trie::Boundary;
mod boundaries;
mod trie;

#[derive(Debug, PartialEq, Clone)]
#[derive(Debug, PartialEq)]
pub struct Translation {
from: String,
to: String,
Expand Down

0 comments on commit 67736c9

Please sign in to comment.