authorgravatar for hello@nektro.netMeghan Denny <hello@nektro.net> 2025-02-06 04:38:54 -08:00
committergravatar for hello@nektro.netMeghan Denny <hello@nektro.net> 2025-02-06 04:38:54 -08:00
logaa8e6da913dd01df2db51ed18f13b20fc7e07826
tree10e6c324f801d1efc85f382db4115a033d119f99
parentb7abb501e62646641eaa22672c24fdef0106a512

extras.globalOption signature changed to match std.meta.globalOption


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

src/mod.zig+1-1
......@@ -1,7 +1,7 @@
11const std = @import("std");
22const root = @import("root");
33const extras = @import("extras");
4const impl = extras.globalOption(type, "tracer_impl") orelse none;
4const impl = extras.globalOption("tracer_impl", type) orelse none;
55
66threadlocal var started = false;
77