Skip to content

Commit e5bf1a5

Browse files
castholmandrewrk
authored andcommitted
Make std.Build.dependencyInner private
1 parent ef90d3a commit e5bf1a5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/std/Build.zig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2020,7 +2020,7 @@ fn userValuesAreSame(lhs: UserValue, rhs: UserValue) bool {
20202020
return true;
20212021
}
20222022

2023-
pub fn dependencyInner(
2023+
fn dependencyInner(
20242024
b: *Build,
20252025
name: []const u8,
20262026
build_root_string: []const u8,

0 commit comments

Comments
 (0)