From 75d814d188bc5969d066ab3b5e19aa55f5aa2434 Mon Sep 17 00:00:00 2001 From: Meghan Denny Date: Sat, 25 Apr 2026 18:10:15 -0700 Subject: [PATCH] README: this section not needed since update to zig 0.14 --- README.md | 6 ------ 1 file changed, 6 deletions(-) diff --git a/README.md b/README.md index b7bed2cdd298555078b79fd3250801ff77cd5cd2..797659f2ecff5539e258837a81441446f3e2cbe3 100644 --- a/README.md +++ b/README.md @@ -38,12 +38,6 @@ fn handler() void { } ``` -`@src()` values are sometimes absolute paths so backends may use this value to trim it to only log relative paths - -```zig -exe_options.addOption(usize, "src_file_trimlen", std.fs.path.dirname(std.fs.path.dirname(@src().file).?).?.len); -``` - ## Backends - `none` this is the default and causes tracing calls to become a no-op so that `tracer` can be added to libraries transparently -- 2.54.0