Remove a previously completed TODO.
This commit is contained in:
parent
4fb67c18ae
commit
8fd37cbf22
@ -7,7 +7,6 @@ use crate::error::CustomError;
|
|||||||
#[derive(Debug, Clone)]
|
#[derive(Debug, Clone)]
|
||||||
pub(crate) struct RenderContext<'intermediate> {
|
pub(crate) struct RenderContext<'intermediate> {
|
||||||
pub(crate) config: &'intermediate Config,
|
pub(crate) config: &'intermediate Config,
|
||||||
// TODO: Perhaps rename to output_root_directory.
|
|
||||||
pub(crate) output_root_directory: &'intermediate Path,
|
pub(crate) output_root_directory: &'intermediate Path,
|
||||||
pub(crate) output_file: &'intermediate Path,
|
pub(crate) output_file: &'intermediate Path,
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user