We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5e25edf commit ee0ca86Copy full SHA for ee0ca86
jingle_sleigh/src/context/loaded.rs
@@ -12,7 +12,6 @@ use std::pin::Pin;
12
/// In addition to the methods in [SleighContext], is able to
13
/// query bytes for address ranges from its source image, as well
14
/// as ISA instructions (and associated `p-code`).
15
-
16
pub struct LoadedSleighContext<'a> {
17
/// A handle to `sleigh`. By construction, this context is initialized with an image
18
sleigh: SleighContext,
0 commit comments