Skip to content

Commit

Permalink
Fix comment
Browse files Browse the repository at this point in the history
  • Loading branch information
wesleywiser committed May 8, 2018
1 parent 000d3c9 commit 868d2a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/librustc_incremental/persist/load.rs
Expand Up @@ -130,7 +130,7 @@ pub fn load_dep_graph(sess: &Session) ->
let mut prev_work_products = FxHashMap();

// If we are only building with -Zquery-dep-graph but without an actual
// incr. comp. session directory, we exit here. Otherwise we'd fail
// incr. comp. session directory, we skip this. Otherwise we'd fail
// when trying to load work products.
if sess.incr_comp_session_dir_opt().is_some() {
let work_products_path = work_products_path(sess);
Expand Down

0 comments on commit 868d2a1

Please sign in to comment.