diff options
Diffstat (limited to 'src/run/builtin.rs')
| -rw-r--r-- | src/run/builtin.rs | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/run/builtin.rs b/src/run/builtin.rs index e03e19e..5bf7133 100644 --- a/src/run/builtin.rs +++ b/src/run/builtin.rs @@ -119,9 +119,6 @@ pub const fn sink(name: &'static str, append: bool) -> Sink { Sink { name, append } } -// TODO -// from" => todo!("read from file"), - pub struct from; impl Builtin for from { fn name(&self) -> &str { |
