Skip to content

Commit 0bd6da8

Browse files
committed
Remove old auto_serialize2 code (needs snapshot)
1 parent eb626e7 commit 0bd6da8

File tree

10 files changed

+2
-1255
lines changed

10 files changed

+2
-1255
lines changed

src/libsyntax/ast.rs

-170
Large diffs are not rendered by default.

src/libsyntax/ast_util.rs

-2
Original file line numberDiff line numberDiff line change
@@ -408,8 +408,6 @@ fn dtor_dec() -> fn_decl {
408408

409409
#[auto_serialize]
410410
#[auto_deserialize]
411-
#[auto_serialize2]
412-
#[auto_deserialize2]
413411
type id_range = {min: node_id, max: node_id};
414412

415413
fn empty(range: id_range) -> bool {

0 commit comments

Comments
 (0)