### False Positives The following shouldn't have been detected, but was: ``` Bridge: Caleb Shomo ``` ### Context I am using `rustrict` version `latest` ```rust let (censored, typ) = rustrict::Censor::from_str("Bridge: Caleb Shomo") .with_censor_first_character_threshold(Type::ANY) .with_censor_threshold(Type::ANY) .censor_and_analyze(); dbg!(censored); println!("{:#b}", typ); ``` Output: ``` [src/main.rs:35] censored = "Bridge: Caleb S****" 0b1010000 ```
This issue appears to be discussing a feature request or bug report related to the repository. Based on the content, it seems to be resolved. The issue was opened by vtvz and has received 1 comments.