From 3ca01649081eef9dad442812b0879efabacd959f Mon Sep 17 00:00:00 2001 From: Michael Bryant Date: Mon, 25 Jan 2021 14:13:42 -0800 Subject: [PATCH] fix lint --- src/installed.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/installed.rs b/src/installed.rs index b0a390a..402ff61 100644 --- a/src/installed.rs +++ b/src/installed.rs @@ -41,7 +41,7 @@ where url.push('?'); } else { match url.chars().last() { - Some('?') | None => {}, + Some('?') | None => {} Some(_) => url.push('&'), } }