mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-10-03 07:04:49 +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…
Add table
Add a link
Reference in a new issue