Skip to content

Commit

Permalink
fix clippy x2
Browse files Browse the repository at this point in the history
  • Loading branch information
headshog committed May 23, 2024
1 parent 97f69f4 commit 5e6ec8c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion casr/src/bin/casr-afl.rs
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,9 @@ fn main() -> Result<()> {
match util::symbols_list(Path::new(target)) {
Ok(list) => {
if list.contains("__asan") {
crash_info.casr_tool.clone_from(&(util::get_path("casr-san")?))
crash_info
.casr_tool
.clone_from(&(util::get_path("casr-san")?))
}
}
Err(e) => {
Expand Down

0 comments on commit 5e6ec8c

Please sign in to comment.