From 8fd37cbf2287024838fb7c1daa641c1202834570 Mon Sep 17 00:00:00 2001 From: Tom Alexander Date: Sat, 1 Feb 2025 23:28:09 -0500 Subject: [PATCH] Remove a previously completed TODO. --- src/context/render_context.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/src/context/render_context.rs b/src/context/render_context.rs index 18ad7d0..7cb9b0b 100644 --- a/src/context/render_context.rs +++ b/src/context/render_context.rs @@ -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,