]> git.lizzy.rs Git - rust.git/blobdiff - crates/ide_assists/src/tests/generated.rs
Fix codegen for is_method documentation
[rust.git] / crates / ide_assists / src / tests / generated.rs
index 853c41f78f439c13ef00bb72e3ec496f83918496..20233f21736cb0a1b2ddd64c4499055ed3c13d37 100644 (file)
@@ -723,6 +723,8 @@ enum Version {
 
 impl Version {
     /// Returns `true` if the version is [`Minor`].
+    ///
+    /// [`Minor`]: Version::Minor
     fn is_minor(&self) -> bool {
         matches!(self, Self::Minor)
     }