Skip to content

Commit

Permalink
Fix "JetBrains.Annotations.PureAttribute"
Browse files Browse the repository at this point in the history
  • Loading branch information
StefH committed Jan 31, 2022
1 parent d478768 commit 95f71da
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/LinqKit.Core/ExpressionVisitor.cs
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
using System.Collections.Generic;
using System.Collections.ObjectModel;
using System.Linq.Expressions;
using JetBrains.Annotations;

// ReSharper disable once CheckNamespace
namespace LinqKit
Expand Down
1 change: 1 addition & 0 deletions src/LinqKit.Core/Linq.cs
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
#if NOEF
using System;
using System.Linq.Expressions;
using JetBrains.Annotations;

namespace LinqKit
{
Expand Down

0 comments on commit 95f71da

Please sign in to comment.