Skip to content

Commit 13d1d9e

Browse files
committed
make ThreadSafeTransportConfig.MutexType null by default
1 parent 1152b77 commit 13d1d9e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lsp.zig

+1-1
Original file line numberDiff line numberDiff line change
@@ -1111,7 +1111,7 @@ pub const ThreadSafeTransportConfig = struct {
11111111
thread_safe_read: bool,
11121112
/// Makes `writeJsonMessage` thread-safe.
11131113
thread_safe_write: bool,
1114-
MutexType: ?type,
1114+
MutexType: ?type = null,
11151115
};
11161116

11171117
/// Wraps a non-thread-safe transport and makes it thread-safe.

0 commit comments

Comments
 (0)