We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1f53085 commit b5e594dCopy full SHA for b5e594d
crates/rust-project-goals/src/re.rs
@@ -104,7 +104,7 @@ pub fn is_just(re: &Regex, s: &str) -> bool {
104
lazy_static! {
105
/// If a line within a comment begins with this text, it will be considered a request for help
106
pub static ref HELP_WANTED: Regex =
107
- Regex::new(r"^(?i:help wanted:|\*\*help wanted:\*\*) (?P<text>.*)")
+ Regex::new(r"^[*-]?\s*(?i:help wanted:|\*\*help wanted:\*\*) (?P<text>.*)")
108
.unwrap();
109
}
110
0 commit comments