Remove tag

This commit is contained in:
gingerBill
2022-03-12 10:47:52 +00:00
parent e6d3e893a5
commit c12c7d5370
+1 -1
View File
@@ -11,7 +11,7 @@ current_thread_id :: proc "contextless" () -> int {
// //
// A Mutex must not be copied after first use // A Mutex must not be copied after first use
Mutex :: struct { Mutex :: struct {
impl: _Mutex `This is a tag`, impl: _Mutex,
} }
// mutex_lock locks m // mutex_lock locks m