Skip to content

Add Rust tour

Add Rust tour #567

Triggered via pull request November 27, 2024 08:28
@gvdongengvdongen
synchronize #220
rust_tour
Status Success
Total duration 6m 41s
Artifacts

test.yml

on: pull_request
Matrix: build-go
Matrix: build-jvm
Matrix: build-node
Matrix: build-py
Fit to window
Zoom out
Zoom in

Annotations

7 warnings
build-rust
deref which would be done by auto-deref
build-rust
deref which would be done by auto-deref
build-rust
deref which would be done by auto-deref
build-rust
you seem to be trying to use `match` for destructuring a single pattern. Consider using `if let`
build-rust
you seem to be trying to use `match` for destructuring a single pattern. Consider using `if let`
build-rust
you should consider adding a `Default` implementation for `PaymentClient`
build-rust
you should consider adding a `Default` implementation for `EmailClient`