Skip to content

Commit f3a46f6

Browse files
committed
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.
2 parents 0b131bc + ff041bf commit f3a46f6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/ide-assists/src/handlers/generate_new.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ use crate::{
1212

1313
// Assist: generate_new
1414
//
15-
// Adds a new inherent impl for a type.
15+
// Adds a `fn new` for a type.
1616
//
1717
// ```
1818
// struct Ctx<T: Clone> {

0 commit comments

Comments
 (0)