File tree Expand file tree Collapse file tree 2 files changed +4
-5
lines changed Expand file tree Collapse file tree 2 files changed +4
-5
lines changed Original file line number Diff line number Diff line change 1
1
---
2
- refs/heads/master: ccf6112f1546ee381df11793bf013ebc95829b74
2
+ refs/heads/master: 5d2c1896311cdd5cd244c4a16dfde807974671cf
Original file line number Diff line number Diff line change @@ -16,10 +16,9 @@ import util::common::a_bang;
16
16
export parse_def_id;
17
17
export parse_ty_data;
18
18
19
- // Compact string representation for ty::t values. API ty_str & parse_from_str
20
- // (The second has to be authed pure.) Extra parameters are for converting
21
- // to/from def_ids in the data buffer. Whatever format you choose should not
22
- // contain pipe characters.
19
+ // Compact string representation for ty::t values. API ty_str &
20
+ // parse_from_str. Extra parameters are for converting to/from def_ids in the
21
+ // data buffer. Whatever format you choose should not contain pipe characters.
23
22
24
23
// Callback to translate defs to strs or back:
25
24
type str_def = fn ( str ) -> ast:: def_id ;
You can’t perform that action at this time.
0 commit comments