You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat(wasm-utxo): add clippy allow annotations for boxed parameters
Add clippy::boxed_local allow annotations for methods that use Box<[T]>
parameters, which are required by wasm-bindgen for passing JavaScript arrays.
Issue: BTC-2786
Co-authored-by: llm-git <[email protected]>
0 commit comments