huskies: merge 927
This commit is contained in:
@@ -90,6 +90,7 @@ pub(super) fn is_bug_item(stem: &str) -> bool {
|
||||
}
|
||||
|
||||
/// Extract bug name from content (heading or front matter).
|
||||
#[allow(clippy::string_slice)] // colon_pos from find(": "); +2 skips ASCII ": " → valid boundary
|
||||
pub(super) fn extract_bug_name_from_content(content: &str) -> Option<String> {
|
||||
// Try front matter first.
|
||||
if let Ok(meta) = parse_front_matter(content)
|
||||
|
||||
Reference in New Issue
Block a user