fix get search crop len

This commit is contained in:
marin postma
2021-06-22 14:22:36 +02:00
committed by Tamo
parent 25af262e79
commit 9cc31c2258
3 changed files with 7 additions and 5 deletions

View File

@ -23,7 +23,7 @@ const fn default_search_limit() -> usize {
}
pub const DEFAULT_CROP_LENGTH: usize = 200;
const fn default_crop_length() -> usize {
pub const fn default_crop_length() -> usize {
DEFAULT_CROP_LENGTH
}