Remove old comment
This commit is contained in:
parent
ceed957b12
commit
00d8dc4124
@ -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();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user