mirror of
https://github.com/denoland/deno.git
synced 2025-03-03 09:31:22 -05:00
cleanup(core): drop op_void_async's state arg (#14045)
This commit is contained in:
parent
593801e265
commit
d0a7305676
1 changed files with 1 additions and 1 deletions
|
@ -59,7 +59,7 @@ pub fn op_void_sync() -> Result<(), Error> {
|
|||
}
|
||||
|
||||
#[op]
|
||||
pub async fn op_void_async(_state: Rc<RefCell<OpState>>) -> Result<(), Error> {
|
||||
pub async fn op_void_async() -> Result<(), Error> {
|
||||
Ok(())
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue