Restructure authentication policies. #2778
Annotations
6 errors and 1 warning
Run cargo clippy --features all -- -D warnings:
src/daemon/auth/policy.rs#L144
methods `add` and `remove` are never used
|
Run cargo clippy --features all -- -D warnings:
src/daemon/auth/policy.rs#L216
fields `map` and `default` are never read
|
Run cargo clippy --features all -- -D warnings:
src/commons/actor.rs#L78
this pattern creates a reference to a reference
|
Run cargo clippy --features all -- -D warnings:
src/daemon/auth/policy.rs#L37
useless conversion to the same type: `std::sync::Arc<str>`
|
Run cargo clippy --features all -- -D warnings:
src/daemon/http/mod.rs#L398
useless conversion to the same type: `commons::actor::Actor`
|
Run cargo clippy --features all -- -D warnings
Process completed with exit code 101.
|
The following actions use a deprecated Node.js version and will be forced to run on node20: hecrj/setup-rust-action@v1. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Loading