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 1b0c40a commit a79faa5Copy full SHA for a79faa5
src/analysis/syntax_doc.ml
@@ -546,9 +546,9 @@ let get_oxcaml_syntax_doc cursor_loc nodes : syntax_info =
546
Some
547
{ name = "Inlined hint annotation";
548
description =
549
- "On a function call site, causes the function to be inlined if \
550
- possible (like [@inlined always]) but suppresses the warning \
551
- when it is not possible.";
+ "If possible, this function call will be inlined, like [@inlined always]. \
+ However, no warning is emitted \
+ when inlining is not possible.";
552
documentation = None;
553
level = Advanced
554
}
0 commit comments