Remove empty attribute_rule mod

This commit is contained in:
Louis Dureuil 2023-03-27 11:08:03 +02:00
parent 3281a88d08
commit e9eb271499
No known key found for this signature in database

View File

@ -15,8 +15,6 @@ mod proximity;
/// Implementation of the `typo` ranking rule
mod typo;
mod attribute_rank;
use std::hash::Hash;
pub use condition_docids_cache::ConditionDocIdsCache;