Allow Self::cmp(self, other) as a correct impl
This commit is contained in:
parent
d4a6634d37
commit
a4c367d0e9
7 changed files with 211 additions and 14 deletions
|
|
@ -161,3 +161,4 @@ pub const OPTION_UNWRAP: [&str; 4] = ["core", "option", "Option", "unwrap"];
|
|||
pub const OPTION_EXPECT: [&str; 4] = ["core", "option", "Option", "expect"];
|
||||
pub const FORMATTER: [&str; 3] = ["core", "fmt", "Formatter"];
|
||||
pub const DEBUG_STRUCT: [&str; 4] = ["core", "fmt", "builders", "DebugStruct"];
|
||||
pub const ORD_CMP: [&str; 4] = ["core", "cmp", "Ord", "cmp"];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue