Skip to content

Commit

Permalink
removed hashset
Browse files Browse the repository at this point in the history
  • Loading branch information
henke443 committed Apr 7, 2024
1 parent 4ba887b commit a89c0a4
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/interface.rs
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
//! # Contains [GraphInterface]
//! GraphInterface is a trait for basic "read and write" operations on a graph; core operations needed to change a graph and some derived helper functions.
use hashbrown::HashSet;

use crate::{Edge, EdgeID, GraphError, Node, NodeID};

/// GraphInterface is a trait for basic "read and write" operations on a graph; core operations needed to change a graph and some derived helper functions.
Expand Down

0 comments on commit a89c0a4

Please sign in to comment.