Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/microsoft/vs-editor-api.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'src/Text/Def/TextLogic/Navigation/TextExtent.cs')
-rw-r--r--src/Text/Def/TextLogic/Navigation/TextExtent.cs2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/Text/Def/TextLogic/Navigation/TextExtent.cs b/src/Text/Def/TextLogic/Navigation/TextExtent.cs
index 1d416f6..8ca62e4 100644
--- a/src/Text/Def/TextLogic/Navigation/TextExtent.cs
+++ b/src/Text/Def/TextLogic/Navigation/TextExtent.cs
@@ -4,10 +4,12 @@
//
namespace Microsoft.VisualStudio.Text.Operations
{
+#pragma warning disable CA1066 // Type {0} should implement IEquatable<T> because it overrides Equals
/// <summary>
/// Represents the extent of a word.
/// </summary>
public struct TextExtent
+#pragma warning restore CA1066 // Type {0} should implement IEquatable<T> because it overrides Equals
{
#region Private Members