Added slashes

This commit is contained in:
Paul Masurel
2018-08-13 09:13:01 +09:00
parent f0d1b85bd8
commit 290620fdee

View File

@@ -235,7 +235,7 @@ impl Index {
}
/// Sets the number of searchers to use
///
/// Only works after the next call to `load_searchers`
pub fn set_num_searchers(&mut self, num_searchers: usize) {
self.num_searchers.store(num_searchers, Ordering::Release);