diff options
author | Leo K <crowlkats@toaxl.com> | 2021-10-05 22:38:27 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-10-05 22:38:27 +0200 |
commit | 77a00ce1fb4ae2523e22b9b84ae09a0200502e38 (patch) | |
tree | 0027a2ff3dbff1e2b0c3afa7ce0f0e54805c7d62 /core/ops_builtin.rs | |
parent | d67e85850688117e116bbf7054e80f30fe07afe6 (diff) |
chore: various op cleanup (#12329)
Diffstat (limited to 'core/ops_builtin.rs')
-rw-r--r-- | core/ops_builtin.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/ops_builtin.rs b/core/ops_builtin.rs index e1313fa32..392062960 100644 --- a/core/ops_builtin.rs +++ b/core/ops_builtin.rs @@ -34,7 +34,7 @@ pub(crate) fn init_builtins() -> Extension { /// and string representation as value. pub fn op_resources( state: &mut OpState, - _args: (), + _: (), _: (), ) -> Result<Vec<(ResourceId, String)>, AnyError> { let serialized_resources = state |