We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
mut_from_ref
1 parent 0249531 commit 45f972eCopy full SHA for 45f972e
src/symbolize/gimli/stash.rs
@@ -1,3 +1,4 @@
1
+#![allow(clippy::all)]
2
// only used on Linux right now, so allow dead code elsewhere
3
#![cfg_attr(not(target_os = "linux"), allow(dead_code))]
4
0 commit comments