We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2ba7024 commit cad7c24Copy full SHA for cad7c24
src/lsp.zig
@@ -1039,7 +1039,8 @@ test TransportOverStdio {
1039
try std.testing.expectError(error.EndOfStream, client_transport.readJsonMessage(std.testing.allocator));
1040
}
1041
1042
-pub const TransportOverStream = struct {
+/// This implementation is totally untested and probably completely wrong. Who is going to use this anyway...
1043
+const TransportOverStream = struct {
1044
impl: struct {
1045
server: std.net.Server,
1046
connection: std.net.Server.Connection,
0 commit comments