From b4b4e5980be5e49211673b4d01c9f7d04f8572d4 Mon Sep 17 00:00:00 2001 From: Aapo Alasuutari Date: Tue, 26 Jul 2022 20:34:08 +0300 Subject: chore(ops): Remove unused arguments from ops (#15315) --- cli/tsc.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cli') diff --git a/cli/tsc.rs b/cli/tsc.rs index 633b4cd30..0b9f02583 100644 --- a/cli/tsc.rs +++ b/cli/tsc.rs @@ -315,7 +315,7 @@ fn op_create_hash(s: &mut OpState, args: Value) -> Result { } #[op] -fn op_cwd(s: &mut OpState, _args: Value) -> Result { +fn op_cwd(s: &mut OpState) -> Result { let state = s.borrow_mut::(); if let Some(config_specifier) = &state.maybe_config_specifier { let cwd = config_specifier.join("./")?; -- cgit v1.2.3