Minor cleanup of parking_lot feature, now in full (#3119)

## Motivation

Some small cleanup items are apparent after merge of #2951

## Solution

Delete a now incorrect comment in Cargo.toml, and remove a now redundant CI test step.
This commit is contained in:
David Kellum
2020-11-10 15:01:58 -08:00
committed by GitHub
parent e1256d8ca4
commit d869e16990
2 changed files with 1 additions and 6 deletions
-5
View File
@@ -53,11 +53,6 @@ jobs:
run: cargo test --features full
working-directory: tokio
# Check `tokio` with `full + parking_lot` to make sure it compiles.
- name: check tokio full,parking_lot
run: cargo check --features full,parking_lot
working-directory: tokio
# Test **all** crates in the workspace with all features.
- name: test all --all-features
run: cargo test --workspace --all-features