File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ items = [
1111name = " recursive-solver"
1212label = " Experiment with a recursive chalk solver"
1313items = [
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 = [
3636name = " map-chalk-types-to-rustc-types"
3737label = " Map chalk types to rustc types"
3838items = [
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 ]]
You can’t perform that action at this time.
0 commit comments