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