Skip to content

Commit

Permalink
Merge pull request #18 from aepsil0n/fix-synext
Browse files Browse the repository at this point in the history
Fix syntax extension signature
  • Loading branch information
alexcrichton committed Feb 19, 2015
2 parents 39e852a + c8c957b commit 3f5480c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rand_macros/src/lib.rs
Expand Up @@ -38,7 +38,7 @@ pub fn expand_deriving_rand(cx: &mut ExtCtxt,
span: Span,
mitem: &MetaItem,
item: &Item,
mut push: Box<FnMut(P<Item>)>) {
push: &mut FnMut(P<Item>)) {
let trait_def = TraitDef {
span: span,
attributes: Vec::new(),
Expand Down

0 comments on commit 3f5480c

Please sign in to comment.