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) => {