mirror of
https://github.com/starship/starship.git
synced 2026-06-23 02:05:51 +07:00
fix: Fix latest clippy suggestions (#1136)
Have removed some imports that Clippy says are not needed anymore.
This commit is contained in:
@@ -204,7 +204,6 @@ fn get_starship_config() -> String {
|
||||
#[cfg(test)]
|
||||
mod tests {
|
||||
use super::*;
|
||||
use os_info;
|
||||
use std::env;
|
||||
|
||||
#[test]
|
||||
|
||||
Reference in New Issue
Block a user