Remove a TODO.

This commit is contained in:
Tom Alexander 2020-05-25 19:34:36 -04:00
parent 5b1e3c5fb0
commit c78695d08e
Signed by: talexander
GPG Key ID: D3A179C9A53C0EDE

View File

@ -339,7 +339,6 @@ impl<'a> DustRenderer<'a> {
}
DustTag::DTInlinePartial(_named_block) => {
// Inline partials are blank during rendering (they get injected into blocks)
// TODO: We will need to support explicit contexts for inline partials.
return Ok("".to_owned());
}
DustTag::DTBlock(named_block) => {