temporary workaround - Parts
as arg to TCtxFn
#20
ci.yaml
on: push
Typecheck
13s
Format & Lint (Biome)
10s
Format (Cargo)
4s
Clippy
48s
Annotations
4 errors and 10 warnings
Format & Lint (Biome)
Process completed with exit code 1.
|
lint group `all` has the same priority (-1) as a lint:
Cargo.toml#L11
error: lint group `all` has the same priority (-1) as a lint
--> Cargo.toml:11:1
|
11 | all = { level = "warn", priority = -1 }
| ^^^
12 | cargo = { level = "warn", priority = -1 }
13 | unwrap_used = { level = "warn", priority = -1 }
| ----------- has the same priority as this lint
|
= note: the order of the lints in the table is ignored by Cargo
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#lint_groups_priority
= note: `#[deny(clippy::lint_groups_priority)]` on by default
help: to have lints override the group set `all` to a lower priority
|
11 | all = { level = "warn", priority = -2 }
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
lint group `cargo` has the same priority (-1) as a lint:
Cargo.toml#L12
error: lint group `cargo` has the same priority (-1) as a lint
--> Cargo.toml:12:1
|
12 | cargo = { level = "warn", priority = -1 }
| ^^^^^
13 | unwrap_used = { level = "warn", priority = -1 }
| ----------- has the same priority as this lint
|
= note: the order of the lints in the table is ignored by Cargo
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#lint_groups_priority
help: to have lints override the group set `cargo` to a lower priority
|
12 | cargo = { level = "warn", priority = -2 }
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
Clippy
Clippy had exited with the 101 exit code
|
lint group `all` has the same priority (-1) as a lint:
Cargo.toml#L11
warning: lint group `all` has the same priority (-1) as a lint
--> Cargo.toml:11:1
|
11 | all = { level = "warn", priority = -1 }
| ^^^
12 | cargo = { level = "warn", priority = -1 }
13 | unwrap_used = { level = "warn", priority = -1 }
| ----------- has the same priority as this lint
|
= note: the order of the lints in the table is ignored by Cargo
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#lint_groups_priority
= note: `-W clippy::lint-groups-priority` implied by `-W clippy::all`
= help: to override `-W clippy::all` add `#[allow(clippy::lint_groups_priority)]`
help: to have lints override the group set `all` to a lower priority
|
11 | all = { level = "warn", priority = -2 }
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
lint group `cargo` has the same priority (-1) as a lint:
Cargo.toml#L12
warning: lint group `cargo` has the same priority (-1) as a lint
--> Cargo.toml:12:1
|
12 | cargo = { level = "warn", priority = -1 }
| ^^^^^
13 | unwrap_used = { level = "warn", priority = -1 }
| ----------- has the same priority as this lint
|
= note: the order of the lints in the table is ignored by Cargo
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#lint_groups_priority
help: to have lints override the group set `cargo` to a lower priority
|
12 | cargo = { level = "warn", priority = -2 }
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
package `rspc` is missing `package.readme` metadata:
integrations/tauri/src/lib.rs#L1
warning: package `rspc` is missing `package.readme` metadata
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#cargo_common_metadata
= note: `-W clippy::cargo-common-metadata` implied by `-W clippy::cargo`
= help: to override `-W clippy::cargo` add `#[allow(clippy::cargo_common_metadata)]`
|
package `rspc-axum` is missing `package.readme` metadata:
integrations/tauri/src/lib.rs#L1
warning: package `rspc-axum` is missing `package.readme` metadata
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#cargo_common_metadata
|
package `rspc-tauri` is missing `package.description` metadata:
integrations/tauri/src/lib.rs#L1
warning: package `rspc-tauri` is missing `package.description` metadata
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#cargo_common_metadata
|
package `rspc-tauri` is missing `either package.license or package.license_file` metadata:
integrations/tauri/src/lib.rs#L1
warning: package `rspc-tauri` is missing `either package.license or package.license_file` metadata
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#cargo_common_metadata
|
package `rspc-tauri` is missing `package.repository` metadata:
integrations/tauri/src/lib.rs#L1
warning: package `rspc-tauri` is missing `package.repository` metadata
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#cargo_common_metadata
|
package `rspc-tauri` is missing `package.readme` metadata:
integrations/tauri/src/lib.rs#L1
warning: package `rspc-tauri` is missing `package.readme` metadata
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#cargo_common_metadata
|
package `rspc-tauri` is missing `package.keywords` metadata:
integrations/tauri/src/lib.rs#L1
warning: package `rspc-tauri` is missing `package.keywords` metadata
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#cargo_common_metadata
|
package `rspc` is missing `package.readme` metadata:
middleware/playground/src/lib.rs#L1
warning: package `rspc` is missing `package.readme` metadata
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#cargo_common_metadata
= note: `-W clippy::cargo-common-metadata` implied by `-W clippy::cargo`
= help: to override `-W clippy::cargo` add `#[allow(clippy::cargo_common_metadata)]`
|