rt: move task::Id into its own file (#5327)

This is a minor internal cleanup.
This commit is contained in:
Carl Lerche
2022-12-30 10:49:45 -08:00
committed by GitHub
parent 98d484e29c
commit 048049f888
3 changed files with 95 additions and 89 deletions
+4
View File
@@ -348,10 +348,14 @@ jobs:
# release.
- name: "check -p tokio --all-features"
run: cargo check -p tokio --all-features
env:
RUSTFLAGS: "" # remove -Dwarnings
- name: "pin once_cell version"
run: cargo update -p once_cell --precise 1.14.0
- name: "check --workspace --all-features"
run: cargo check --workspace --all-features
env:
RUSTFLAGS: "" # remove -Dwarnings
minimal-versions:
name: minimal-versions