Skip to content

Commit

Permalink
ignore clippy lints in symbolize/gimli/stash.rs (#586)
Browse files Browse the repository at this point in the history
Signed-off-by: onur-ozkan <work@onurozkan.dev>
  • Loading branch information
onur-ozkan committed Mar 9, 2024
1 parent 3acbb65 commit b256de4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/symbolize/gimli/stash.rs
@@ -1,3 +1,4 @@
#![allow(clippy::all)]
// only used on Linux right now, so allow dead code elsewhere
#![cfg_attr(not(target_os = "linux"), allow(dead_code))]

Expand Down

0 comments on commit b256de4

Please sign in to comment.