Skip to content

Commit 31dbd76

Browse files
committed
docs: remove misleading comment
1 parent fd9adf0 commit 31dbd76

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

agent-control/src/config_migrate/migration/converter.rs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,8 +56,6 @@ impl<F: FileReader> ConfigConverter<F> {
5656
// the places where the contents of these variables will be read from, namely
5757
// the files and directory paths respectively. They will be parsed to YAML or
5858
// key-value mappings (file as string, YAML) as appropriate.
59-
// Errors when reading and parsing files are ignored and not included in the
60-
// rendered values.
6159

6260
let file_reader = &self.file_reader;
6361

0 commit comments

Comments
 (0)