Skip to content

Commit

Permalink
Fix intra-doc link
Browse files Browse the repository at this point in the history
  • Loading branch information
Hofer-Julian committed Aug 13, 2024
1 parent b4427f9 commit 26ce001
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/task/task_hash.rs
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ impl TaskHash {
}

/// Computes a single hash for the task.
pub(crate) fn computation_hash(&self) -> ComputationHash {
pub fn computation_hash(&self) -> ComputationHash {
let mut hasher = Xxh3::new();
self.command.hash(&mut hasher);
self.inputs.hash(&mut hasher);
Expand Down

0 comments on commit 26ce001

Please sign in to comment.