mirror of
https://github.com/meilisearch/MeiliSearch
synced 2025-07-04 20:37:15 +02:00
makes clippy happy
This commit is contained in:
parent
5508c6c154
commit
6b34318274
4 changed files with 9 additions and 7 deletions
|
@ -128,7 +128,7 @@ Anonymous telemetry: \"Enabled\""
|
|||
}
|
||||
|
||||
let analytics = analytics.to_string();
|
||||
if analytics != "" {
|
||||
if !analytics.is_empty() {
|
||||
eprintln!("Unique User ID:\t\"{}\"", analytics);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue