Skip to content

Commit 124770d

Browse files
shamb0RalfJung
andauthored
Update src/machine.rs
Co-authored-by: Ralf Jung <[email protected]>
1 parent de79ecf commit 124770d

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

src/machine.rs

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1725,14 +1725,6 @@ impl<'tcx> Machine<'tcx> for MiriMachine<'tcx> {
17251725
}
17261726

17271727
/// Trait for callbacks handling asynchronous machine operations.
1728-
///
1729-
/// Callbacks receive a completion state and can perform follow-up actions while
1730-
/// maintaining interpreter invariants. They are executed with mutable access to
1731-
/// the interpreter context.
1732-
///
1733-
/// # Type Parameters
1734-
/// - `'tcx`: Typing context lifetime for the interpreter.
1735-
/// - `T`: Type of argument passed to the callback on completion.
17361728
pub trait MachineCallback<'tcx, T>: VisitProvenance {
17371729
/// The function to be invoked when the callback is fired.
17381730
fn call(

0 commit comments

Comments
 (0)