Skip to content

Commit

Permalink
Rename existing wasm ThreadParker
Browse files Browse the repository at this point in the history
  • Loading branch information
faern committed Jun 4, 2019
1 parent a572dab commit a31781b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/src/thread_parker/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ cfg_if! {
target_arch = "wasm32",
target_feature = "atomics"
))] {
#[path = "wasm.rs"]
#[path = "wasm_atomic.rs"]
mod imp;
} else if #[cfg(all(feature = "nightly", target_os = "cloudabi"))] {
#[path = "cloudabi.rs"]
Expand Down
File renamed without changes.

0 comments on commit a31781b

Please sign in to comment.