fix generate_new doc

This commit is contained in:
Ralf Jung 2022-07-23 11:09:01 -04:00
parent 0b131bc78e
commit ff041bfa68

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> {