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.
1 parent b44b5ea commit 087a142Copy full SHA for 087a142
rust/src/project.rs
@@ -726,7 +726,7 @@ impl Project {
726
/// and the project on disk vs in memory may not agree on state
727
/// if an exception occurs while a bulk operation is happening.
728
///
729
- /// ```
+ /// ```no_run
730
/// # use binaryninja::project::Project;
731
/// # let project: Project = todo!();
732
/// if let Ok(bulk) = project.bulk_operation() {
0 commit comments