diff options
Diffstat (limited to 'rust/src/rc.rs')
| -rw-r--r-- | rust/src/rc.rs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/rust/src/rc.rs b/rust/src/rc.rs index b31c4a5a..f8507d0c 100644 --- a/rust/src/rc.rs +++ b/rust/src/rc.rs @@ -12,6 +12,8 @@ // See the License for the specific language governing permissions and // limitations under the License. +//! Reference counting for core Binary Ninja objects. + use std::borrow::Borrow; use std::marker::PhantomData; use std::mem; |
