diff --git a/docs/Rules/MA0034.md b/docs/Rules/MA0034.md deleted file mode 100644 index ee1465d2c..000000000 --- a/docs/Rules/MA0034.md +++ /dev/null @@ -1,8 +0,0 @@ -# MA0034 - Don't use instance fields of type AsyncLocal - -```csharp -private AsyncLocal _field; - -// Should be -private static AsyncLocal _field; -``` \ No newline at end of file