summaryrefslogtreecommitdiff
path: root/ext/web/benches/timers_ops.rs
diff options
context:
space:
mode:
Diffstat (limited to 'ext/web/benches/timers_ops.rs')
-rw-r--r--ext/web/benches/timers_ops.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/ext/web/benches/timers_ops.rs b/ext/web/benches/timers_ops.rs
index f177f7d83..8c700266a 100644
--- a/ext/web/benches/timers_ops.rs
+++ b/ext/web/benches/timers_ops.rs
@@ -38,7 +38,6 @@ fn setup() -> Vec<Extension> {
])
.state(|state| {
state.put(Permissions{});
- Ok(())
})
.build()
]