diff options
Diffstat (limited to 'ext/web/lib.rs')
-rw-r--r-- | ext/web/lib.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/ext/web/lib.rs b/ext/web/lib.rs index 76095810e..1af4cc29d 100644 --- a/ext/web/lib.rs +++ b/ext/web/lib.rs @@ -121,7 +121,6 @@ pub fn init<P: TimersPermission + 'static>( state.put(Location(location)); } state.put(StartTime::now()); - Ok(()) }) .build() } |