Skip to content

Commit

Permalink
clippy&fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
jdonszelmann committed Jun 4, 2024
1 parent ca7f63c commit 7f30ba5
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions scopegraphs-render-docs/src/attrs.rs
Original file line number Diff line number Diff line change
Expand Up @@ -259,12 +259,6 @@ pub enum EvalError {
ReadDir(io::Error),
}

fn hash_str(s: &str) -> u64 {
let mut hasher = DefaultHasher::new();
s.hash(&mut hasher);
hasher.finish()
}

fn find_diagrams(path: &Path) -> Result<Vec<String>, EvalError> {
let mut diagrams = Vec::new();

Expand Down

0 comments on commit 7f30ba5

Please sign in to comment.