authorgravatar for 35231115+Rocknest@users.noreply.github.comRocknest <35231115+Rocknest@users.noreply.github.com> 2020-09-13 23:31:59+03:00
committergravatar for 35231115+Rocknest@users.noreply.github.comRocknest <35231115+Rocknest@users.noreply.github.com> 2020-09-13 23:31:59+03:00
logf6195be99770e3f9cc4e8a89bcf451a640bb4b95
tree18b4f1235ea470ab2570aa7245dede9c1fc489ee
parentd75cbb01db4f7fb73c4382af4351dc0e393d5d39

fix ref


1 files changed, 1 insertions(+), 1 deletions(-)

lib/std/crypto.zig+1-1
...@@ -79,7 +79,7 @@ const std = @import("std.zig");...@@ -79,7 +79,7 @@ const std = @import("std.zig");
79pub const randomBytes = std.os.getrandom;79pub const randomBytes = std.os.getrandom;
8080
81test "crypto" {81test "crypto" {
82 inline for (std.meta.declarations(std)) |decl| {82 inline for (std.meta.declarations(@This())) |decl| {
83 switch (decl.data) {83 switch (decl.data) {
84 .Type => |t| {84 .Type => |t| {
85 std.meta.refAllDecls(t);85 std.meta.refAllDecls(t);