fix: remove unnecessary jsonStringify method

pull/7608/head
Jason Rayne 2025-06-16 15:59:27 -07:00
parent 2e9a0e92db
commit 050cb3bfec
No known key found for this signature in database
GPG Key ID: 097A1F6E614573B7
1 changed files with 0 additions and 8 deletions

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.