mirror of
https://github.com/denoland/deno.git
synced 2025-03-04 09:57:11 -05:00

The optimization was missed in the optimizer rewrite https://github.com/denoland/deno/pull/16514
3 lines
57 B
Rust
3 lines
57 B
Rust
fn op_unit_result() -> Result<(), AnyError> {
|
|
Ok(())
|
|
}
|