Skip to content

Commit f2aafd1

Browse files
committed
---
yaml --- r: 3571 b: refs/heads/master c: 5d2c189 h: refs/heads/master i: 3569: b54c69e 3567: 0c3b199 v: v3
1 parent b3061e5 commit f2aafd1

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-5
lines changed

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
---
2-
refs/heads/master: ccf6112f1546ee381df11793bf013ebc95829b74
2+
refs/heads/master: 5d2c1896311cdd5cd244c4a16dfde807974671cf

trunk/src/comp/metadata/tydecode.rs

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,9 @@ import util::common::a_bang;
1616
export parse_def_id;
1717
export parse_ty_data;
1818

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.
2322

2423
// Callback to translate defs to strs or back:
2524
type str_def = fn(str) -> ast::def_id ;

0 commit comments

Comments
 (0)