Skip to content

Commit 4507d2f

Browse files
committed
fix: remove unused mut from with_cache function
1 parent 9d37b98 commit 4507d2f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

nexum_core/src/executor/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ impl Executor {
2929
}
3030
}
3131

32-
pub fn with_cache(mut self) -> Self {
32+
pub fn with_cache(self) -> Self {
3333
self.with_cache_file("semantic_cache.pkl")
3434
}
3535

0 commit comments

Comments
 (0)