Skip to content

Commit

Permalink
chore: tokens are now used
Browse files Browse the repository at this point in the history
  • Loading branch information
chriswk committed Feb 13, 2023
1 parent 45d6b66 commit b18c039
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion server/src/tokens.rs
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
use crate::types::EdgeToken;

#[allow(dead_code)] // until used
pub(crate) fn simplify(tokens: &[EdgeToken]) -> Vec<EdgeToken> {
tokens
.iter()
Expand Down

0 comments on commit b18c039

Please sign in to comment.