mirror of
https://github.com/getzola/zola
synced 2024-12-13 13:52:28 +00:00
derive Debug for HeaderIndex
This commit is contained in:
parent
80786a2fbb
commit
1dbd8874c0
1 changed files with 1 additions and 0 deletions
|
@ -28,6 +28,7 @@ pub struct Rendered {
|
|||
pub toc: Vec<Header>,
|
||||
}
|
||||
|
||||
#[derive(Debug)]
|
||||
struct HeaderIndex {
|
||||
start: usize,
|
||||
end: usize,
|
||||
|
|
Loading…
Reference in a new issue