Remove old comment

This commit is contained in:
Rerumu 2022-05-19 00:12:01 -04:00
parent ceed957b12
commit 00d8dc4124

View File

@ -80,7 +80,6 @@ impl Driver for Value {
} }
} }
// TODO: Implement context dependent infix comparisons
impl Driver for UnOp { impl Driver for UnOp {
fn write(&self, mng: &mut Manager, w: &mut dyn Write) -> Result<()> { fn write(&self, mng: &mut Manager, w: &mut dyn Write) -> Result<()> {
let (a, b) = self.op.as_name(); let (a, b) = self.op.as_name();