Skip to content

0.3.15

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

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