Skip to content
This repository has been archived by the owner on May 10, 2024. It is now read-only.

Commit

Permalink
Make empty doc comment a normal comment
Browse files Browse the repository at this point in the history
  • Loading branch information
HadrienG2 committed Mar 10, 2024
1 parent 90cc7d6 commit b3721ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/race_cell.rs
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +216,7 @@ impl_atomic_data! {
impl<V> AtomicData for *mut V {
type AtomicWrapper = AtomicPtr<V>;
}
///
//
impl<V> AtomicLoadStore for AtomicPtr<V> {
type Content = *mut V;

Expand Down

0 comments on commit b3721ac

Please sign in to comment.