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 20979b2 commit 4c12bdeCopy full SHA for 4c12bde
crates/mdbook-goals/src/mdbook_preprocessor.rs
@@ -264,7 +264,6 @@ impl<'c> GoalPreprocessorWithContext<'c> {
264
/// Find the goal documents for the milestone in which this `chapter_path` resides.
265
/// e.g., if invoked with `2024h2/xxx.md`, will find all goal documents in `2024h2`.
266
fn goal_documents(&mut self, chapter_path: &Path) -> anyhow::Result<Arc<Vec<GoalDocument>>> {
267
- // let chapter_path = self.ctx.config.book.src.join(chapter_path);
268
269
let Some(milestone_path) = chapter_path.parent() else {
270
anyhow::bail!("cannot get goal documents from `{chapter_path:?}`")
0 commit comments