Remove two FIXMEs from the long-dead issue 3226
This commit is contained in:
parent
f08af9a7a5
commit
610fd6bc93
1 changed files with 2 additions and 2 deletions
|
@ -1191,11 +1191,11 @@ struct GraphNode {
|
|||
span: span,
|
||||
mut classification: Classification,
|
||||
mut value: GraphNodeValue,
|
||||
head_edge: [mut uint * 2], // FIXME(#3226)--should not need mut
|
||||
head_edge: [uint * 2],
|
||||
}
|
||||
|
||||
struct GraphEdge {
|
||||
next_edge: [mut uint * 2], // FIXME(#3226)--should not need mut
|
||||
next_edge: [uint * 2],
|
||||
constraint: Constraint,
|
||||
span: span,
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue