Skip to content

Commit

Permalink
Remove an extern crate that isn't needed.
Browse files Browse the repository at this point in the history
  • Loading branch information
waywardmonkeys committed Dec 13, 2023
1 parent c905b6c commit b85fb8b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -420,7 +420,6 @@ pub unsafe trait Key:
/// # Examples
///
/// ```
/// # extern crate slotmap;
/// # use slotmap::*;
/// new_key_type! {
/// // A private key type.
Expand Down

0 comments on commit b85fb8b

Please sign in to comment.