Skip to content

Commit

Permalink
Add nullable disable
Browse files Browse the repository at this point in the history
  • Loading branch information
Aleksandr Fedchin committed Aug 16, 2023
1 parent 1a5c7d8 commit fb3d731
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 5 deletions.
1 change: 0 additions & 1 deletion Source/DafnyDriver/CoverageReporter.cs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
using System.Linq;
using System.Text;
using System.Text.RegularExpressions;
using Microsoft.Dafny;

namespace Microsoft.Dafny;

Expand Down
3 changes: 1 addition & 2 deletions Source/DafnyTestGeneration/CoverageReport/CoverageLabel.cs
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
using System;
using System.Linq;
#nullable disable

namespace Microsoft.Dafny;

Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
#nullable disable
using System;
using System.Collections.Generic;
using System.Diagnostics.Contracts;
Expand Down
3 changes: 1 addition & 2 deletions Source/DafnyTestGeneration/CoverageReport/CoverageSpan.cs
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
#nullable disable
using System;
using System.Diagnostics.Contracts;
using System.Text.RegularExpressions;
using Microsoft.Dafny;

namespace Microsoft.Dafny;

Expand Down

0 comments on commit fb3d731

Please sign in to comment.