Skip to content

Commit

Permalink
Fix build on CI
Browse files Browse the repository at this point in the history
  • Loading branch information
alexcrichton committed May 11, 2018
1 parent ca8809b commit 7647019
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions crates/backend/src/codegen.rs
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ impl ToTokens for ast::Program {
if types.contains(&ns) && i.kind.fits_on_impl() {
let kind = &i.kind;
(quote! { impl #ns { #kind } }).to_tokens(tokens);
continue
}
}

Expand Down

0 comments on commit 7647019

Please sign in to comment.