about summary refs log tree commit diff
path: root/src/librustc_data_structures
diff options
context:
space:
mode:
authorNiko Matsakis <niko@alum.mit.edu>2019-06-12 11:48:29 -0400
committerNiko Matsakis <niko@alum.mit.edu>2019-07-02 12:15:21 -0400
commita18c779fa21d0259da8e38ef6022a14310d3ae15 (patch)
treee994adaaf560e655d68799702ad3d10041fea3b0 /src/librustc_data_structures
parent4831146afab6d7a2b66f094dabb4f6664587b89b (diff)
downloadrust-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.rs1
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()
     }
 }
-