We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3252a71 commit 6d272ceCopy full SHA for 6d272ce
1 file changed
profiling/src/io/got_macho.rs
@@ -49,10 +49,6 @@
49
// - Apple dyld source: https://opensource.apple.com/source/dyld/
50
// - Mach-O headers: <mach-o/loader.h>, <mach-o/nlist.h>
51
52
-// The libc crate deprecates Mach-O types in favor of the mach2 crate, but we only use a few
53
-// types and don't want to add a dependency just for that.
54
-// #![allow(deprecated)]
55
-
56
use super::GotSymbolOverwrite;
57
use libc::{c_char, c_void};
58
use log::{error, trace};
0 commit comments