From 63de1f090afb2f0ff56123a20f50a9f832fa5b86 Mon Sep 17 00:00:00 2001 From: Dragyx <66752602+Dragyx@users.noreply.github.com> Date: Tue, 6 May 2025 16:33:14 +0200 Subject: [PATCH] store: make sure that nodes with no outgoing edges in the graph are in the adj list --- src/store.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/src/store.rs b/src/store.rs index 018bac3..e3557e2 100644 --- a/src/store.rs +++ b/src/store.rs @@ -104,6 +104,7 @@ pub fn get_dependency_graph(path: &std::path::Path) -> Result