Skip to content

Commit

Permalink
rustfmt
Browse files Browse the repository at this point in the history
  • Loading branch information
Darksonn committed May 5, 2024
1 parent 82a5844 commit a841c18
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions tokio/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -447,10 +447,7 @@
// least 32 bits, which a lot of components in Tokio currently assumes.
//
// TODO: improve once we have MSRV access to const eval to make more flexible.
#[cfg(not(any(
target_pointer_width = "32",
target_pointer_width = "64"
)))]
#[cfg(not(any(target_pointer_width = "32", target_pointer_width = "64")))]
compile_error! {
"Tokio requires the platform pointer width to be 32, 64, or 128 bits"
}
Expand Down

0 comments on commit a841c18

Please sign in to comment.