diff --git a/src/safe_url.zig b/src/safe_url.zig index 12f32ab..623860a 100644 --- a/src/safe_url.zig +++ b/src/safe_url.zig @@ -326,7 +326,6 @@ pub fn redact(url: []const u8) SafeUrl { return .{ .scheme = scheme, .authority = cut(authority[at + 1 ..]) }; } - /// `text` up to the first `?`, `#` or `\`, each of which ends an authority. A /// `\` is here rather than in `redact`'s `/` cut because the `/` cut runs before /// the userinfo is located and a `\` before an `@` is not a separator under