We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8096f86 commit c98e0faCopy full SHA for c98e0fa
ruby/extractor/src/diagnostics.rs
@@ -214,9 +214,9 @@ fn longest_backtick_sequence_length(text: &str) -> usize {
214
}
215
result
216
217
-/**
218
- * An argument of a diagnostic message format string. A message argument is either a "code" snippet or a link.
219
- */
+
+/// An argument of a diagnostic message format string.
+/// A message argument is either a "code" snippet or a link.
220
pub enum MessageArg<'a> {
221
Code(&'a str),
222
Link(&'a str, &'a str),
0 commit comments