Skip to content

Commit

Permalink
Clippy
Browse files Browse the repository at this point in the history
  • Loading branch information
ChristopherRabotin committed Aug 10, 2023
1 parent 77d198c commit 4d5268b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/md/trajectory/traj.rs
Original file line number Diff line number Diff line change
Expand Up @@ -644,7 +644,7 @@ where
format!("{}", self.states[0].frame()),
)]);

let mut cfg = cfg.clone();
let mut cfg = cfg;

let mut fields = match cfg.fields {
Some(fields) => fields,
Expand Down

0 comments on commit 4d5268b

Please sign in to comment.