Skip to content

Commit

Permalink
fix: clippy
Browse files Browse the repository at this point in the history
  • Loading branch information
darkskygit committed Oct 17, 2023
1 parent f0989ea commit c282fcd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libs/jwst-binding/jwst-jni/build.rs
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ foreign_class!(
!= fs::read_to_string(in_temp.with_extension("")).unwrap()
{
fs::copy(in_temp.with_extension("out"), in_temp.with_extension("")).unwrap();
// fs::copy(in_temp.with_extension("out"), in_src).unwrap();
fs::copy(in_temp.with_extension("out"), in_src).unwrap();
}
}
}

0 comments on commit c282fcd

Please sign in to comment.