| author | |
| committer | |
| log | 4c7c470735f8d41ad7f04518107f6e4c5fa26984 |
| tree | 85482942893371f848e07141398528b4223f3139 |
| parent | 7a92d878ee9739b7c67be09904f332fad1f1fdaa |
1 files changed, 1 insertions(+), 1 deletions(-)
url.zig+1-1| ... | @@ -882,7 +882,7 @@ pub const URL = struct { | ... | @@ -882,7 +882,7 @@ pub const URL = struct { |
| 882 | fragment, | 882 | fragment, |
| 883 | }; | 883 | }; |
| 884 | 884 | ||
| 885 | pub fn isSpecial(u: URL) bool { | 885 | pub fn isSpecial(u: *const URL) bool { |
| 886 | return isSchemeSpecial(u.scheme); | 886 | return isSchemeSpecial(u.scheme); |
| 887 | } | 887 | } |
| 888 | }; | 888 | }; |