Skip to content

Commit b256de4

Browse files
authored
ignore clippy lints in symbolize/gimli/stash.rs (#586)
Signed-off-by: onur-ozkan <[email protected]>
1 parent 3acbb65 commit b256de4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/symbolize/gimli/stash.rs

+1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
#![allow(clippy::all)]
12
// only used on Linux right now, so allow dead code elsewhere
23
#![cfg_attr(not(target_os = "linux"), allow(dead_code))]
34

0 commit comments

Comments
 (0)