Skip to content

Commit bd521a8

Browse files
committed
create link to the intern methods take self issue, remove example
1 parent a76074a commit bd521a8

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

roadmap.toml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ items = [
1111
name = "recursive-solver"
1212
label = "Experiment with a recursive chalk solver"
1313
items = [
14-
{ label = "write-up the idea that Niko had", href="http://example.org" },
14+
{ label = "write-up the idea that Niko had" },
1515
{ label = "build prototype and evaluate" },
1616
]
1717

@@ -36,10 +36,11 @@ items = [
3636
name = "map-chalk-types-to-rustc-types"
3737
label = "Map chalk types to rustc types"
3838
items = [
39+
{ label = "Make intern methods take &self", href="https://github.com/rust-lang-nursery/chalk/issues/328" },
40+
{ label = "Make data methods take &self" },
3941
{ label = "Move Identifier to TypeFamily" },
4042
{ label = "Adapt rutsc's debruijn index model", port="debruijn" },
4143
{ label = "Remove all vectors, boxes" },
42-
{ label = "Make intern methods take &self" },
4344
]
4445

4546
[[group]]

0 commit comments

Comments
 (0)