fix: Fix latest clippy suggestions (#1136)

Have removed some imports that Clippy says are not needed anymore.
This commit is contained in:
Thomas O'Donnell
2020-04-24 12:37:13 +02:00
committed by GitHub
parent b0bfed2a21
commit 060689fa88
20 changed files with 0 additions and 20 deletions
-1
View File
@@ -204,7 +204,6 @@ fn get_starship_config() -> String {
#[cfg(test)]
mod tests {
use super::*;
use os_info;
use std::env;
#[test]