mirror of
https://github.com/denoland/deno.git
synced 2024-11-22 15:06:54 -05:00
9ffc6acdbb
The optimization was missed in the optimizer rewrite https://github.com/denoland/deno/pull/16514
6 lines
107 B
Rust
6 lines
107 B
Rust
pub fn op_try_close(
|
|
state: &mut OpState,
|
|
rid: Option<ResourceId>,
|
|
) -> Result<(), Error> {
|
|
// ...
|
|
}
|