Remove a previously completed TODO.

This commit is contained in:
Tom Alexander 2025-02-01 23:28:09 -05:00
parent 4fb67c18ae
commit 8fd37cbf22
Signed by: talexander
GPG Key ID: D3A179C9A53C0EDE

View File

@ -7,7 +7,6 @@ use crate::error::CustomError;
#[derive(Debug, Clone)]
pub(crate) struct RenderContext<'intermediate> {
pub(crate) config: &'intermediate Config,
// TODO: Perhaps rename to output_root_directory.
pub(crate) output_root_directory: &'intermediate Path,
pub(crate) output_file: &'intermediate Path,