Skip to content

Commit

Permalink
Make change to satisfy cargo clippy error.
Browse files Browse the repository at this point in the history
  • Loading branch information
jaythebusinessgoose committed Jun 16, 2024
1 parent 878982a commit 5d54427
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/libs/ml2_assets/src/strings.rs
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ impl StringHasher {

pub fn merge_hashes<W: Write>(
&self,
lines: &Vec<String>,
lines: &[String],
writer: &mut W,
) -> Result<(), std::io::Error> {
assert!(lines.len() == self.hashes.len());
Expand Down

0 comments on commit 5d54427

Please sign in to comment.