mirror of
https://github.com/meilisearch/meilisearch.git
synced 2025-07-27 08:41:00 +00:00
makes clippy happy
This commit is contained in:
@ -128,7 +128,7 @@ Anonymous telemetry: \"Enabled\""
|
||||
}
|
||||
|
||||
let analytics = analytics.to_string();
|
||||
if analytics != "" {
|
||||
if !analytics.is_empty() {
|
||||
eprintln!("Unique User ID:\t\"{}\"", analytics);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user