Skip to content
This repository has been archived by the owner on May 6, 2020. It is now read-only.

Commit

Permalink
Merge pull request #25 from sgrif/sg-fix-build
Browse files Browse the repository at this point in the history
  • Loading branch information
erickt committed Dec 8, 2015
2 parents 27b1ab9 + a53aa76 commit 1e7289d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions quasi/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -241,6 +241,7 @@ impl ToTokens for ast::Lit {
id: ast::DUMMY_NODE_ID,
node: ast::ExprLit(P(self.clone())),
span: DUMMY_SP,
attrs: None,
}).to_tokens(cx)
}
}
Expand Down

0 comments on commit 1e7289d

Please sign in to comment.