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

Commit

Permalink
Merge pull request #4 from HadrienG2/fix-empty-comment
Browse files Browse the repository at this point in the history
Make empty doc comment a normal comment
  • Loading branch information
HadrienG2 committed Mar 10, 2024
2 parents 90cc7d6 + b3721ac commit 6ce72aa
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 6ce72aa

Please sign in to comment.