Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
Sean Lynch committed Oct 10, 2019
1 parent 01699c4 commit 9ee553d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion deps/ccommon/rust/ccommon-derive/src/attrs.rs
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@
use proc_macro2::TokenStream;
use quote::ToTokens;
use syn::parse::*;
use syn::parse_quote;
use syn::punctuated::*;
use syn::spanned::Spanned;
use syn::*;
Expand Down
2 changes: 1 addition & 1 deletion deps/ccommon/rust/ccommon_rs/src/ccbox.rs
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ impl<T: ?Sized> CCBox<T> {
CCBox(NonNull::new_unchecked(raw))
}

/// Comsumes the box and returns the pointer stored inside.
/// Consumes the box and returns the pointer stored inside.
///
/// The pointer should be freed using [`_cc_free`](ccommon_sys::_cc_free)
/// or by recreating a `CCBox` from the pointer.
Expand Down

0 comments on commit 9ee553d

Please sign in to comment.