Remove unused lifetime

pull/878/head
Kitaiti Makoto 3 yıl önce
ebeveyn 35e71b0f8a
işleme 192c0f8efd

@ -106,7 +106,7 @@ fn refill<'a>(args: &ArgMatches<'a>, conn: &Connection, searcher: Option<Searche
searcher.commit();
}
fn unlock<'a>(args: &ArgMatches<'a>) {
fn unlock(args: &ArgMatches) {
let path = match args.value_of("path") {
None => Path::new(&CONFIG.search_index),
Some(x) => Path::new(x),

Yükleniyor…
İptal
Kaydet