From 0e53b66931b8a6f0015a9ab08040021840fbef24 Mon Sep 17 00:00:00 2001 From: Amaan Qureshi Date: Wed, 19 Jul 2023 03:12:13 -0400 Subject: [PATCH] chore: remove useless use --- cli/src/playground.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/cli/src/playground.rs b/cli/src/playground.rs index a2dbef96..5bbcb3c3 100644 --- a/cli/src/playground.rs +++ b/cli/src/playground.rs @@ -8,7 +8,6 @@ use std::{ str::{self, FromStr as _}, }; use tiny_http::{Header, Response, Server}; -use webbrowser; macro_rules! optional_resource { ($name: tt, $path: tt) => {