Skip to content

Commit 087a142

Browse files
committed
Annotate no_run for failing doctest
In the future all of these no_run doctests should be runnable!
1 parent b44b5ea commit 087a142

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rust/src/project.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -726,7 +726,7 @@ impl Project {
726726
/// and the project on disk vs in memory may not agree on state
727727
/// if an exception occurs while a bulk operation is happening.
728728
///
729-
/// ```
729+
/// ```no_run
730730
/// # use binaryninja::project::Project;
731731
/// # let project: Project = todo!();
732732
/// if let Ok(bulk) = project.bulk_operation() {

0 commit comments

Comments
 (0)