Skip to content

Commit

Permalink
Remove accidentally committed swp file and remove the first fix attempt
Browse files Browse the repository at this point in the history
  • Loading branch information
tiif committed Nov 15, 2024
1 parent a011eb5 commit 7ada9c8
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
Binary file removed tokio/src/runtime/io/.registration_set.rs.swp
Binary file not shown.
2 changes: 0 additions & 2 deletions tokio/src/runtime/io/registration_set.rs
Original file line number Diff line number Diff line change
Expand Up @@ -62,8 +62,6 @@ impl RegistrationSet {

// Push a ref into the list of all resources.
synced.registrations.push_front(ret.clone());
// Fix miri error in https://github.com/tokio-rs/tokio/issues/6926
super::EXPOSE_IO.expose_provenance(&*ret);
Ok(ret)
}

Expand Down

0 comments on commit 7ada9c8

Please sign in to comment.