]> git.lizzy.rs Git - rust.git/blobdiff - clippy_dev/src/serve.rs
Shrink the size of Rvalue by 16 bytes
[rust.git] / clippy_dev / src / serve.rs
index faa94859601e3a3e010af89a223956caba8b520a..d13c27a1957d60170f48f866120e17d070376fd1 100644 (file)
@@ -34,7 +34,7 @@ pub fn run(port: u16, lint: Option<&str>) -> ! {
                 // Give some time for python to start
                 thread::sleep(Duration::from_millis(500));
                 // Launch browser after first export.py has completed and http.server is up
-                let _ = opener::open(url);
+                let _result = opener::open(url);
             });
         }
         thread::sleep(Duration::from_millis(1000));