mirror of
https://github.com/lightpanda-io/browser.git
synced 2026-03-22 04:34:44 +00:00
only use eqlIgnoreCase for RobotStore
This commit is contained in:
@@ -52,7 +52,6 @@ pub const RobotStore = struct {
|
|||||||
}
|
}
|
||||||
|
|
||||||
pub fn eql(_: Context, a: []const u8, b: []const u8) bool {
|
pub fn eql(_: Context, a: []const u8, b: []const u8) bool {
|
||||||
if (a.len != b.len) return false;
|
|
||||||
return std.ascii.eqlIgnoreCase(a, b);
|
return std.ascii.eqlIgnoreCase(a, b);
|
||||||
}
|
}
|
||||||
}, 80);
|
}, 80);
|
||||||
|
|||||||
Reference in New Issue
Block a user