Skip to content

Commit 9e29822

Browse files
committed
typo
1 parent d53bf4f commit 9e29822

File tree

1 file changed

+1
-1
lines changed
  • crates/lad_backends/mdbook_lad_preprocessor/src

1 file changed

+1
-1
lines changed

crates/lad_backends/mdbook_lad_preprocessor/src/sections.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -245,7 +245,7 @@ impl<'a> Section<'a> {
245245
}
246246
}
247247

248-
pub(crate) fn section_items(&self) -> Vec<'_, SectionItem> {
248+
pub(crate) fn section_items(&self) -> Vec<SectionItem<'_>> {
249249
match self.data {
250250
SectionData::Summary { .. } => {
251251
let title = self.title().clone();

0 commit comments

Comments
 (0)