interprocess icon indicating copy to clipboard operation
interprocess copied to clipboard

Documentation fails to build in crates that depend on interprocess without the tokio feature

Open ealmloff opened this issue 2 years ago • 1 comments

Describe the bug When you run cargo doc on a crate that depends on interprocess without the tokio feature it fails because the tokio feature is not enabled.

To Reproduce

  1. Create an empty crate with this in the cargo.toml:
[dependencies]
interprocess = { version = "1.2.1" }
  1. Run cargo doc

Expected behavior The docs successfully build

Screenshots image

Additional context This was run on Windows 11.

ealmloff avatar Jan 26 '23 20:01 ealmloff