mirror of
https://github.com/roc-lang/roc.git
synced 2025-10-03 00:24:34 +00:00
Drop duplicate comment
This commit is contained in:
parent
fe86c3b49d
commit
6a161e816f
1 changed files with 0 additions and 2 deletions
|
@ -22,8 +22,6 @@
|
||||||
// Secondarily, SipHash isn't the fastest hashing algorithm out there, so we can get
|
// Secondarily, SipHash isn't the fastest hashing algorithm out there, so we can get
|
||||||
// slightly better performance by using a faster hasher.
|
// 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 collections::{default_hasher, BuildHasher, MutSet};
|
||||||
use std::collections::{HashMap, HashSet, VecDeque};
|
use std::collections::{HashMap, HashSet, VecDeque};
|
||||||
use std::hash::Hash;
|
use std::hash::Hash;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue