summaryrefslogtreecommitdiffstats
path: root/src/query/scorer.rs
diff options
context:
space:
mode:
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.