From 6a161e816f17cf88b48e252b80cfd7c5dc1f8e26 Mon Sep 17 00:00:00 2001 From: Richard Feldman Date: Wed, 27 Nov 2019 17:30:04 -0500 Subject: [PATCH] Drop duplicate comment --- src/graph.rs | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/graph.rs b/src/graph.rs index 4d2fedb982..5e5e1757bf 100644 --- a/src/graph.rs +++ b/src/graph.rs @@ -22,8 +22,6 @@ // Secondarily, SipHash isn't the fastest hashing algorithm out there, so we can get // slightly better performance by using a faster hasher. -// Find a topological order in a directed graph if one exists. - use collections::{default_hasher, BuildHasher, MutSet}; use std::collections::{HashMap, HashSet, VecDeque}; use std::hash::Hash;