Skip to content

Commit 5d2c189

Browse files
committed
rustc: Remove obsolete "The second has to be authed pure" comment
1 parent ccf6112 commit 5d2c189

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

src/comp/metadata/tydecode.rs

+3-4
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)