diff options
Diffstat (limited to 'cli/graph_util.rs')
-rw-r--r-- | cli/graph_util.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cli/graph_util.rs b/cli/graph_util.rs index 0ed591fb7..f1aa44328 100644 --- a/cli/graph_util.rs +++ b/cli/graph_util.rs @@ -166,7 +166,7 @@ pub fn graph_valid( } } -/// Checks the lockfile against the graph and and exits on errors. +/// Checks the lockfile against the graph and exits on errors. pub fn graph_lock_or_exit(graph: &ModuleGraph, lockfile: &mut Lockfile) { for module in graph.modules() { let source = match module { |