Skip to content

Commit 2f60dec

Browse files
committed
Remove warning that is now enabled by default
1 parent dcc8d06 commit 2f60dec

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

docs/fsharp/language-reference/compiler-options.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,6 @@ The F# compiler supports several opt-in warnings:
8080
| 3180 | Implicit heap allocations | n/a | Warn when a mutable local is implicitly allocated as a reference cell because it has been captured by a closure. |
8181
| 3366 | Index notation | n/a | Warn when the F# 5 index notation `expr.[idx]` is used. |
8282
| 3517 | InlineIfLambda failure | n/a | Warn when the F# optimizer fails to inline an `InlineIfLambda` value, for example if a computed function value has been provided instead of an explicit lambda. |
83-
| 3387 | `op_Implicit` conversion | n/a | Warn when a .NET implicit conversion is used at a method argument. |
8483
| 3388 | Additional implicit upcast | n/a | Warn when an additional upcast is implicitly used, added in F# 6. |
8584
| 3389 | Implicit widening | n/a | Warn when an implicit numeric widening is used. |
8685
| 3390 | Malformed XML doc comments | n/a | Warn when XML doc comments are malformed in various ways. |

0 commit comments

Comments
 (0)