Skip to content

Commit

Permalink
minor fix
Browse files Browse the repository at this point in the history
  • Loading branch information
tgolsson committed Jun 13, 2021
1 parent dd2eb45 commit bb00635
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/runestick/src/any_obj.rs
Expand Up @@ -223,7 +223,7 @@ impl AnyObj {
/// # Examples
///
/// ```rust
/// use runestick::{Any, Shared, RawDrop, AnyObj};
/// use runestick::{Any, Shared, AnyObj};
///
/// #[derive(Any)]
/// struct Thing(u32);
Expand Down

0 comments on commit bb00635

Please sign in to comment.