diff options
| author | Edward Wang <edward.yu.wang@gmail.com> | 2014-04-23 22:43:45 +0800 |
|---|---|---|
| committer | Edward Wang <edward.yu.wang@gmail.com> | 2014-04-23 22:43:45 +0800 |
| commit | 2cf1e4b0ceb4db8ab48144407f3afa9ccd8ced2c (patch) | |
| tree | 6d3f5726096ad4d928f0499629aea4cee0623a5d /src/libsyntax/ext/deriving/decodable.rs | |
| parent | e049a7003b686002d5c091ec0465d07e5c5ff7a6 (diff) | |
| download | rust-2cf1e4b0ceb4db8ab48144407f3afa9ccd8ced2c.tar.gz rust-2cf1e4b0ceb4db8ab48144407f3afa9ccd8ced2c.zip | |
Honor hidden doc attribute of derivable trait methods
Closes #13698
Diffstat (limited to 'src/libsyntax/ext/deriving/decodable.rs')
| -rw-r--r-- | src/libsyntax/ext/deriving/decodable.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libsyntax/ext/deriving/decodable.rs b/src/libsyntax/ext/deriving/decodable.rs index 35a1eb0bb83..56fde41635f 100644 --- a/src/libsyntax/ext/deriving/decodable.rs +++ b/src/libsyntax/ext/deriving/decodable.rs @@ -50,7 +50,7 @@ pub fn expand_deriving_decodable(cx: &mut ExtCtxt, Borrowed(None, MutMutable))), ret_ty: Literal(Path::new_(vec!("std", "result", "Result"), None, vec!(~Self, ~Literal(Path::new_local("__E"))), true)), - inline: false, + attributes: Vec::new(), const_nonmatching: true, combine_substructure: decodable_substructure, }) |
