aboutsummaryrefslogtreecommitdiff
path: root/src/walker_skippable.zig
diff options
context:
space:
mode:
Diffstat (limited to 'src/walker_skippable.zig')
-rw-r--r--src/walker_skippable.zig2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/walker_skippable.zig b/src/walker_skippable.zig
index 3ce72889c..b52895b51 100644
--- a/src/walker_skippable.zig
+++ b/src/walker_skippable.zig
@@ -110,7 +110,7 @@ pub fn deinit(self: *Walker) void {
/// `self` will not be closed after walking it.
pub fn walk(
self: Dir,
- allocator: *Allocator,
+ allocator: Allocator,
skip_filenames: []const []const u8,
skip_dirnames: []const []const u8,
) !Walker {