dtolnay / quote

Rust quasi-quoting
Apache License 2.0
1.32k stars 90 forks source link

Remove part about `concat!` from doc comment example #214

Closed dtolnay closed 2 years ago

dtolnay commented 2 years ago

That way now works since Rust 1.54 (https://github.com/rust-lang/rust/pull/83366). Even so, using format! outside the quote! invocation is still usually the way to go.