Skip to content

Commit

Permalink
add nullable disable
Browse files Browse the repository at this point in the history
  • Loading branch information
dadhi committed Nov 2, 2024
1 parent 83175ac commit fd90532
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/ImTools/ImTools.cs
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,8 @@ namespace ImTools;

using static SmallMap;

#nullable disable

/// <summary>Helpers for functional composition</summary>
public static class Fun
{
Expand Down Expand Up @@ -7649,3 +7651,5 @@ void IEnumerator.Reset()
public void Dispose() { }
}
}

#nullable restore

0 comments on commit fd90532

Please sign in to comment.