mirror of
https://github.com/getzola/zola
synced 2024-12-14 06:12:27 +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>,
|
pub toc: Vec<Header>,
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#[derive(Debug)]
|
||||||
struct HeaderIndex {
|
struct HeaderIndex {
|
||||||
start: usize,
|
start: usize,
|
||||||
end: usize,
|
end: usize,
|
||||||
|
|
Loading…
Reference in a new issue