diff options
author | Bartek Iwańczuk <biwanczuk@gmail.com> | 2020-10-13 13:35:35 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-10-13 13:35:35 +0200 |
commit | 0bd3cea0ff6d2d4840c0df2938b5ae5c5d7cc4bd (patch) | |
tree | fa9a635db4d34e0a30e13d37f40a0d7a4f92f44a /cli/module_graph2.rs | |
parent | 000ac5c40b71c38cc26a36e579fbb0936f0573d7 (diff) |
refactor(cli): rename GlobalState to ProgramState (#7914)
Diffstat (limited to 'cli/module_graph2.rs')
-rw-r--r-- | cli/module_graph2.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cli/module_graph2.rs b/cli/module_graph2.rs index 5e82632b0..412519178 100644 --- a/cli/module_graph2.rs +++ b/cli/module_graph2.rs @@ -785,7 +785,7 @@ impl GraphBuilder2 { /// graph. /// /// TODO(@kitsonk) this should really be owned by the graph, but currently - /// the lockfile is behind a mutex in global_state, which makes it really + /// the lockfile is behind a mutex in program_state, which makes it really /// hard to not pass around as a reference, which if the Graph owned it, it /// would need lifetime parameters and lifetime parameters are 😭 pub fn get_graph( |