We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0b131bc commit ff041bfCopy full SHA for ff041bf
crates/ide-assists/src/handlers/generate_new.rs
@@ -12,7 +12,7 @@ use crate::{
12
13
// Assist: generate_new
14
//
15
-// Adds a new inherent impl for a type.
+// Adds a `fn new` for a type.
16
17
// ```
18
// struct Ctx<T: Clone> {
0 commit comments