summaryrefslogtreecommitdiffstats
path: root/src/bug_report.rs
diff options
context:
space:
mode:
authorThomas O'Donnell <andytom@users.noreply.github.com>2020-04-24 12:37:13 +0200
committerGitHub <noreply@github.com>2020-04-24 12:37:13 +0200
commit060689fa8847211e6cfc86aeaf5821a49c66b912 (patch)
tree262ddf4d14973140554b2daa3cc262dc53523d80 /src/bug_report.rs
parentb0bfed2a215fbfc79539502e280af8e054aba3ae (diff)
fix: Fix latest clippy suggestions (#1136)
Have removed some imports that Clippy says are not needed anymore.
Diffstat (limited to 'src/bug_report.rs')
-rw-r--r--src/bug_report.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/bug_report.rs b/src/bug_report.rs
index 280c8a4a4..a6f3eb8d8 100644
--- a/src/bug_report.rs
+++ b/src/bug_report.rs
@@ -204,7 +204,6 @@ fn get_starship_config() -> String {
#[cfg(test)]
mod tests {
use super::*;
- use os_info;
use std::env;
#[test]