mirror of
https://forge.katzen.cafe/katzen-cafe/iowo.git
synced 2024-11-05 15:26:24 +01:00
chore: remove confusing comment
This commit is contained in:
parent
bbde1c84ca
commit
63d7993940
|
@ -19,7 +19,6 @@ pub struct Evaluator {
|
||||||
|
|
||||||
impl crate::Evaluator for Evaluator {
|
impl crate::Evaluator for Evaluator {
|
||||||
fn feed(&mut self, ir: GraphIr) {
|
fn feed(&mut self, ir: GraphIr) {
|
||||||
// TODO: should add instead of replace, see note in Evaluator trait above this method
|
|
||||||
self.ir = ir;
|
self.ir = ir;
|
||||||
self.evaluated.clear();
|
self.evaluated.clear();
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue