Skip to content

Commit

Permalink
tiny doc comment fix
Browse files Browse the repository at this point in the history
  • Loading branch information
kyren committed Jan 13, 2024
1 parent 6ee59df commit c70f838
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/gc-arena/src/collect_impl.rs
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ macro_rules! unsafe_empty_collect {

/// If a type is static, we know that it can never hold `Gc` pointers, so it is safe to provide a
/// simple empty `Collect` implementation.
/// `Collect` implementation.
#[macro_export]
macro_rules! static_collect {
($type:ty) => {
Expand Down

0 comments on commit c70f838

Please sign in to comment.