Add more info to search route (#60)

* Add more info to search route:

* Run formatter
This commit is contained in:
Geometrically
2020-09-06 08:19:53 -07:00
committed by GitHub
parent 0dfa378e38
commit b99f45874f
6 changed files with 38 additions and 17 deletions

View File

@@ -1,4 +1,3 @@
use std::fs;
use std::path::{Path, PathBuf};
fn main() {
@@ -57,4 +56,4 @@ pub fn copy<U: AsRef<Path>, V: AsRef<Path>>(from: U, to: V) -> Result<(), std::i
}
Ok(())
}
}