Change std::kinds
to std::markers
; flatten std::kinds::marker
[breaking-change]
This commit is contained in:
parent
6539cb417f
commit
503709708c
154 changed files with 635 additions and 623 deletions
|
@ -10,7 +10,7 @@
|
|||
|
||||
// Verifies all possible restrictions for statics values.
|
||||
|
||||
use std::kinds::marker;
|
||||
use std::markers;
|
||||
|
||||
struct WithDtor;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue