2 Commits 4bc303aa09 ... 5e8d646800

Author SHA1 Message Date
  iwanhae 5e8d646800 feat(searcher): a little query optimization 1 year ago
  iwanhae 4bc303aa09 feat(searcher): a little query optimization 1 year ago
1 changed files with 0 additions and 2 deletions
  1. 0 2
      searcher/src/server/handler.rs

+ 0 - 2
searcher/src/server/handler.rs

@@ -1,5 +1,3 @@
-use std::sync::atomic::{AtomicU64, Ordering};
-
 use super::types;
 use actix::Addr;
 use actix_web::{get, web::Data, web::Path, HttpResponse, Responder};