mirror of
https://github.com/rust-lang/rust-analyzer
synced 2024-11-14 00:47:18 +00:00
fix generate_new doc
This commit is contained in:
parent
0b131bc78e
commit
ff041bfa68
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,7 @@ use crate::{
|
|||
|
||||
// Assist: generate_new
|
||||
//
|
||||
// Adds a new inherent impl for a type.
|
||||
// Adds a `fn new` for a type.
|
||||
//
|
||||
// ```
|
||||
// struct Ctx<T: Clone> {
|
||||
|
|
Loading…
Reference in a new issue