Skip to content

0.3.15

Choose a tag to compare

@dtolnay dtolnay released this 06 Mar 02:50
· 640 commits to master since this release
0.3.15
b0dac7a
  • Allow appending Tokens to Tokens (#29, thanks @colin-kiegel)

    tokens.append(quote! {
        /* ... */
    });