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");
7979pub const randomBytes = std.os.getrandom;
8080
8181test "crypto" {
82 inline for (std.meta.declarations(std)) |decl| {
82 inline for (std.meta.declarations(@This())) |decl| {
8383 switch (decl.data) {
8484 .Type => |t| {
8585 std.meta.refAllDecls(t);