diff options
-rw-r--r-- | tvix/docs/src/TODO.md | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/tvix/docs/src/TODO.md b/tvix/docs/src/TODO.md index 8fb22ea82295..ca740c965527 100644 --- a/tvix/docs/src/TODO.md +++ b/tvix/docs/src/TODO.md @@ -33,9 +33,6 @@ sure noone is working on this, or has some specific design in mind already. the underlying backend, similar to `IngestionError`. ## Fixes towards correctness - - `builtins.toXML` is missing string context. See b/398. - - `builtins.toXML` self-closing tags need to be configurable in a more granular - fashion, requires third-party crate support. See b/399. - `rnix` only supports string source files, but `NixString` uses bytes (and Nix source code might be no valid UTF-8). |