fix type braces

This commit is contained in:
Cyborus04 2023-07-03 17:09:42 -04:00
parent 34f6d2414c
commit fed3c8cd28
No known key found for this signature in database

View File

@ -14,7 +14,7 @@
//
// cdb-command:dx t,d
// cdb-check:t,d : [...] [Type: std::thread::Thread *]
// cdb-check:[...] inner [...][Type: core::pin::Pin<alloc::sync::Arc<std::thread::Inner>,alloc::alloc::Global>]
// cdb-check:[...] inner [...][Type: core::pin::Pin<alloc::sync::Arc<std::thread::Inner,alloc::alloc::Global>>]
use std::thread;