fix: remove unnecessary jsonStringify method

This commit is contained in:
Jason Rayne
2025-06-16 15:59:27 -07:00
parent 2e9a0e92db
commit 050cb3bfec

View File

@ -6133,14 +6133,6 @@ pub const SSHIntegration = enum {
@"term-only", @"term-only",
basic, basic,
full, full,
pub fn jsonStringify(
self: SSHIntegration,
options: std.json.StringifyOptions,
writer: anytype,
) !void {
try std.json.stringify(@tagName(self), options, writer);
}
}; };
/// OSC 4, 10, 11, and 12 default color reporting format. /// OSC 4, 10, 11, and 12 default color reporting format.