Skip to content

chore(oma-fetch,oma-topics): disable aws-lc-rs #3148

chore(oma-fetch,oma-topics): disable aws-lc-rs

chore(oma-fetch,oma-topics): disable aws-lc-rs #3148

Triggered via push December 31, 2025 10:19
Status Success
Total duration 9s
Artifacts

check-typo.yml

on: push
check-typo
5s
check-typo
Fit to window
Zoom out
Zoom in

Annotations

2 warnings
returning the result of a `let` binding from a block: src/main.rs#L492
warning: returning the result of a `let` binding from a block --> src/main.rs:492:5 | 485 | / let config = ClientConfig::builder_with_provider(arc_crypto_provider) 486 | | .with_safe_default_protocol_versions() 487 | | .unwrap() 488 | | .with_platform_verifier() 489 | | .unwrap() 490 | | .with_no_client_auth(); | |_______________________________- unnecessary `let` binding 491 | 492 | config | ^^^^^^ | = help: for further information visit https://rust-lang.github.io/rust-clippy/rust-1.92.0/index.html#let_and_return = note: `#[warn(clippy::let_and_return)]` on by default help: return the expression directly | 485 ~ 486 | 487 ~ ClientConfig::builder_with_provider(arc_crypto_provider) 488 + .with_safe_default_protocol_versions() 489 + .unwrap() 490 + .with_platform_verifier() 491 + .unwrap() 492 + .with_no_client_auth() |
returning the result of a `let` binding from a block: src/main.rs#L492
warning: returning the result of a `let` binding from a block --> src/main.rs:492:5 | 485 | / let config = ClientConfig::builder_with_provider(arc_crypto_provider) 486 | | .with_safe_default_protocol_versions() 487 | | .unwrap() 488 | | .with_platform_verifier() 489 | | .unwrap() 490 | | .with_no_client_auth(); | |_______________________________- unnecessary `let` binding 491 | 492 | config | ^^^^^^ | = help: for further information visit https://rust-lang.github.io/rust-clippy/rust-1.92.0/index.html#let_and_return = note: `#[warn(clippy::let_and_return)]` on by default help: return the expression directly | 485 ~ 486 | 487 ~ ClientConfig::builder_with_provider(arc_crypto_provider) 488 + .with_safe_default_protocol_versions() 489 + .unwrap() 490 + .with_platform_verifier() 491 + .unwrap() 492 + .with_no_client_auth() |