Skip to content

Commit 86a7831

Browse files
committedNov 9, 2020
formatting
1 parent a4e94ec commit 86a7831

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
 

‎Cargo.lock

+1-1
Original file line numberDiff line numberDiff line change
@@ -5262,7 +5262,7 @@ dependencies = [
52625262
"chrono",
52635263
"lazy_static",
52645264
"matchers",
5265-
"parking_lot 0.11.0",
5265+
"parking_lot 0.9.0",
52665266
"regex",
52675267
"serde",
52685268
"serde_json",

‎compiler/rustc_mir/src/util/mod.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ pub mod storage;
77
mod alignment;
88
pub mod collect_writes;
99
mod find_self_call;
10-
pub(crate) mod generic_graphviz;
1110
mod generic_graph;
11+
pub(crate) mod generic_graphviz;
1212
mod graphviz;
1313
pub(crate) mod pretty;
1414
pub(crate) mod spanview;

0 commit comments

Comments
 (0)