jannie

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs

commit c70b1d6c528428a206d10ed68f6d29c2db58ce17
parent c585e349a6635693018ffd22ae9472217272f452
Author: Andy Khramtsov <>
Date:   Sun,  8 Feb 2026 01:56:28 +0300

fix: comment

Diffstat:
Msrc/lib.rs | 6+++---
1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/src/lib.rs b/src/lib.rs @@ -178,9 +178,9 @@ fn allowed(state: &State, path: &Path) -> bool { let path = path.strip_prefix(&state.config.root).unwrap(); - // If no such blacklist filter found such that - // for this blacklist filter no such whitelist found - // for which the blacklist is the prefix + // If no such blacklist filter found that blacklists the path such that + // for this blacklist filter no such whitelist found that whitelists the + // path back aka for which the blacklist is the prefix !state .config .filters