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 677f520 commit c020b2dCopy full SHA for c020b2d
crates/rust-project-goals-cli/src/updates.rs
@@ -232,7 +232,7 @@ fn help_wanted(
232
fn why_this_goal(issue_id: &IssueId, issue: &ExistingGithubIssue) -> anyhow::Result<String> {
233
let span = Span {
234
file: issue_id.url().into(),
235
- bytes: 0..0,
+ bytes: 0..issue.body.len(),
236
};
237
let sections = markwaydown::parse_text(Spanned::new(&issue.body, span))?;
238
for section in sections {
0 commit comments