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 d53bf4f commit 9e29822Copy full SHA for 9e29822
crates/lad_backends/mdbook_lad_preprocessor/src/sections.rs
@@ -245,7 +245,7 @@ impl<'a> Section<'a> {
245
}
246
247
248
- pub(crate) fn section_items(&self) -> Vec<'_, SectionItem> {
+ pub(crate) fn section_items(&self) -> Vec<SectionItem<'_>> {
249
match self.data {
250
SectionData::Summary { .. } => {
251
let title = self.title().clone();
0 commit comments