summaryrefslogtreecommitdiffstats
path: root/src/query/scorer.rs
diff options
context:
space:
mode:
authorPaul Masurel <paul.masurel@gmail.com>2018-09-15 07:44:22 +0900
committerGitHub <noreply@github.com>2018-09-15 07:44:22 +0900
commit37e4280c0a62943f70b3cfbf83c72fd10e494973 (patch)
treed8f85aaa347b520a8156f06307dae13c56322e83 /src/query/scorer.rs
parent0ba1cf93f7049b881a5b6d19dc953a28322bc250 (diff)
Cargo Format (#420)
Diffstat (limited to 'src/query/scorer.rs')
-rw-r--r--src/query/scorer.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/query/scorer.rs b/src/query/scorer.rs
index 186e75a..2c2f0cd 100644
--- a/src/query/scorer.rs
+++ b/src/query/scorer.rs
@@ -50,7 +50,6 @@ impl Scorer for Box<Scorer> {
}
}
-
/// Wraps a `DocSet` and simply returns a constant `Scorer`.
/// The `ConstScorer` is useful if you have a `DocSet` where
/// you needed a scorer.