diff options
| author | Mason Reed <mason@vector35.com> | 2025-01-25 16:35:22 -0500 |
|---|---|---|
| committer | Mason Reed <mason@vector35.com> | 2025-01-25 16:35:22 -0500 |
| commit | 0feeaf5e71ec8660d40ffff2d06e39d9f4b5dd0a (patch) | |
| tree | 098d5a913102021da95074bd4dd165d2dabc518e /rust/src/collaboration.rs | |
| parent | 0263957dc920a10785af6874ab3040a529547d70 (diff) | |
Misc rust formatting
Diffstat (limited to 'rust/src/collaboration.rs')
| -rw-r--r-- | rust/src/collaboration.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rust/src/collaboration.rs b/rust/src/collaboration.rs index e173afaa..c9067762 100644 --- a/rust/src/collaboration.rs +++ b/rust/src/collaboration.rs @@ -37,7 +37,7 @@ use crate::string::{BnStrCompatible, BnString}; // TODO: the data because they have a greater understanding of where the function is being called from. /// Check whether the client has collaboration support. -/// +/// /// Call this if you intend on providing divergent behavior, as otherwise you will likely /// crash calling collaboration APIs on unsupported builds of Binary Ninja. pub fn has_collaboration_support() -> bool { |
