Auto merge of #12854 - RalfJung:generate_new, r=Veykril

fix generate_new doc

Looks like this got copied from `generate_impl` without adjusting the description.
This commit is contained in:
bors 2022-07-23 15:18:48 +00:00
commit f3a46f689c

View File

@ -12,7 +12,7 @@ use crate::{
// Assist: generate_new // Assist: generate_new
// //
// Adds a new inherent impl for a type. // Adds a `fn new` for a type.
// //
// ``` // ```
// struct Ctx<T: Clone> { // struct Ctx<T: Clone> {