Skip to content

Commit

Permalink
Make clippy happy
Browse files Browse the repository at this point in the history
  • Loading branch information
Arshia001 committed Jan 6, 2025
1 parent 03c4d25 commit bd7a57f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/wasix/src/fs/fd_list.rs
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@ impl Clone for FdList {

Self {
fds: self.fds.clone(),
first_free: self.first_free.clone(),
first_free: self.first_free,
}
}
}
Expand Down

0 comments on commit bd7a57f

Please sign in to comment.