This repository was archived by the owner on Oct 3, 2025. It is now read-only.
Coro #308
Annotations
11 warnings
|
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
|
crates/tinywasm/src/coro.rs#L90
unneeded unit return type
|
|
crates/tinywasm/src/coro.rs#L129
unneeded unit return type
|
|
crates/tinywasm/src/func.rs#L35
unnecessary `pub(self)`
|
|
crates/tinywasm/src/coro.rs#L57
if let .. else expression looks like `matches!` macro
|
|
crates/tinywasm/src/coro.rs#L109
if let .. else expression looks like `matches!` macro
|
|
crates/tinywasm/src/func.rs#L35
large size difference between variants
|
|
crates/tinywasm/src/func.rs#L48
this lifetime isn't used in the impl
|
|
crates/tinywasm/src/func.rs#L68
empty line after doc comment
|
|
crates/tinywasm/src/func.rs#L146
unneeded `return` statement
|
|
crates/tinywasm/src/store/mod.rs#L508
very complex type used. Consider factoring parts into `type` definitions
|
The logs for this run have expired and are no longer available.
Loading