Skip to content

Commit

Permalink
style: rustfmt
Browse files Browse the repository at this point in the history
  • Loading branch information
hawkw committed Aug 2, 2021
1 parent 0e9da3e commit 1b93b28
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/sync.rs
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,8 @@ mod inner {

pub(crate) mod hint {
#[inline(always)]
pub(crate) fn spin_loop() { // MSRV: std::hint::spin_loop() stabilized in 1.49.0
pub(crate) fn spin_loop() {
// MSRV: std::hint::spin_loop() stabilized in 1.49.0
#[allow(deprecated)]
super::atomic::spin_loop_hint()
}
Expand Down

0 comments on commit 1b93b28

Please sign in to comment.