Remove integer suffixes where the types in compiled code are identical.
This commit is contained in:
parent
68740b4054
commit
e64670888a
331 changed files with 1072 additions and 1074 deletions
|
@ -128,10 +128,10 @@ fn main() {
|
|||
next: Val {
|
||||
val: box UniqueNode {
|
||||
next: Empty,
|
||||
value: 1_u16,
|
||||
value: 1,
|
||||
}
|
||||
},
|
||||
value: 0_u16,
|
||||
value: 0,
|
||||
};
|
||||
|
||||
let unique_unique: Box<UniqueNode<u32>> = box UniqueNode {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue