Update CODEOWNERS (#16505)

Review `std.Thread` changes.
This commit is contained in:
protty
2023-07-23 14:45:45 -05:00
committed by GitHub
parent b35874a429
commit 7f3fdd2ff6

3
.github/CODEOWNERS vendored
View File

@@ -5,3 +5,6 @@
# std.json # std.json
/lib/std/json* @thejoshwolfe /lib/std/json* @thejoshwolfe
# std.Thread
/lib/std/Thread* @kprotty