Switch default sorting order for items to "None"
This commit is contained in:
committed by
Emilio Cobos Álvarez
parent
ea919a4edf
commit
aeb69bcc69
@@ -24,10 +24,10 @@ struct MyStruct {
|
||||
|
||||
extern "C" {
|
||||
|
||||
void root(const Foo *a, const MyStruct *with_box);
|
||||
|
||||
void drop_box(Box<int32_t> x);
|
||||
|
||||
void drop_box_opt(Option<Box<int32_t>> x);
|
||||
|
||||
void root(const Foo *a, const MyStruct *with_box);
|
||||
|
||||
} // extern "C"
|
||||
|
||||
Reference in New Issue
Block a user