diff options
| author | Niko Matsakis <niko@alum.mit.edu> | 2019-06-12 11:48:29 -0400 |
|---|---|---|
| committer | Niko Matsakis <niko@alum.mit.edu> | 2019-07-02 12:15:21 -0400 |
| commit | a18c779fa21d0259da8e38ef6022a14310d3ae15 (patch) | |
| tree | e994adaaf560e655d68799702ad3d10041fea3b0 /src/librustc_data_structures | |
| parent | 4831146afab6d7a2b66f094dabb4f6664587b89b (diff) | |
| download | rust-a18c779fa21d0259da8e38ef6022a14310d3ae15.tar.gz rust-a18c779fa21d0259da8e38ef6022a14310d3ae15.zip | |
pacify the mercilous tidy
long lines, trailing newlines
Diffstat (limited to 'src/librustc_data_structures')
| -rw-r--r-- | src/librustc_data_structures/graph/vec_graph/mod.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/librustc_data_structures/graph/vec_graph/mod.rs b/src/librustc_data_structures/graph/vec_graph/mod.rs index 6b3349e3e15..7078a5a9c9b 100644 --- a/src/librustc_data_structures/graph/vec_graph/mod.rs +++ b/src/librustc_data_structures/graph/vec_graph/mod.rs @@ -110,4 +110,3 @@ impl<N: Idx> WithSuccessors for VecGraph<N> { self.successors(node).iter().cloned() } } - |
