rust: use crossbeam-channel crate directly
… instead of its reexport in the crossbeam crate. This removes two crates from the dependency graph. Differential Revision: https://phab.mercurial-scm.org/D9521
Showing
- rust/Cargo.lock 1 addition, 26 deletionsrust/Cargo.lock
- rust/hg-core/Cargo.toml 1 addition, 1 deletionrust/hg-core/Cargo.toml
- rust/hg-core/src/dirstate/status.rs 10 additions, 10 deletionsrust/hg-core/src/dirstate/status.rs
- rust/hg-core/src/operations/dirstate_status.rs 2 additions, 2 deletionsrust/hg-core/src/operations/dirstate_status.rs
Loading
Please register or sign in to comment