Skip to content

Add support to Stylus Constructors #413

Add support to Stylus Constructors

Add support to Stylus Constructors #413

Triggered via pull request January 7, 2025 23:35
Status Success
Total duration 2m 34s
Artifacts

mac.yml

on: pull_request
Matrix: test
Fit to window
Zoom out
Zoom in

Annotations

1 warning
redundant closure: main/src/export_abi.rs#L82
warning: redundant closure --> main/src/export_abi.rs:82:18 | 82 | .map(|constructor| Some(constructor)) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: replace the closure with the function itself: `Some` | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_closure = note: `#[warn(clippy::redundant_closure)]` on by default