Skip to content

Commit

Permalink
chore: Appease clippy
Browse files Browse the repository at this point in the history
  • Loading branch information
vadorovsky committed Feb 26, 2025
1 parent 72305fb commit d0cbf35
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion build.rs
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,6 @@ mod llvm {
};
self.generate_file(&fs_path, mod_path.as_slice())
.with_context(|| fs_path.display().to_string())
.map_err(Into::into)
}
Some((_, items)) => {
// The module is inline.
Expand Down

0 comments on commit d0cbf35

Please sign in to comment.