From e746b6d80654ba4e4e26370fe6e4f784ce841d92 Mon Sep 17 00:00:00 2001 From: Matt Mastracci Date: Sat, 1 Jul 2023 18:00:14 -0600 Subject: refactor(core): Extract deno_core (#19658) `deno_core` is moving out! You'll find it at https://github.com/denoland/deno_core/ once this PR lands. --- ops/optimizer_tests/option_arg.rs | 6 ------ 1 file changed, 6 deletions(-) delete mode 100644 ops/optimizer_tests/option_arg.rs (limited to 'ops/optimizer_tests/option_arg.rs') diff --git a/ops/optimizer_tests/option_arg.rs b/ops/optimizer_tests/option_arg.rs deleted file mode 100644 index 47a02974d..000000000 --- a/ops/optimizer_tests/option_arg.rs +++ /dev/null @@ -1,6 +0,0 @@ -pub fn op_try_close( - state: &mut OpState, - rid: Option, -) -> Result<(), Error> { - // ... -} -- cgit v1.2.3