From 8d76cac187cf6620fd6f7f6fe2933091185bf812 Mon Sep 17 00:00:00 2001 From: Ana Perez Ghiglia Date: Thu, 8 Aug 2024 19:26:36 -0300 Subject: [PATCH] Expand todo comment --- tooling/nargo/src/lib.rs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tooling/nargo/src/lib.rs b/tooling/nargo/src/lib.rs index 2932b4df0bb..3f16419ba81 100644 --- a/tooling/nargo/src/lib.rs +++ b/tooling/nargo/src/lib.rs @@ -44,6 +44,8 @@ pub fn prepare_dependencies( } // TODO: find a better name +// Also, should we create a type that englobe fileManager + parsed_files? +// functions that need file_manager needs parsed_files as well pub fn file_manager_and_files_from( root: &Path, workspace: &workspace::Workspace,