Enable implicit usings (#224)

This commit is contained in:
Marko Lahma
2022-07-16 22:45:23 +03:00
committed by GitHub
parent c1494dd636
commit 7b163f006e
1111 changed files with 5943 additions and 8486 deletions

View File

@@ -20,7 +20,6 @@
using BenchmarkDotNet.Attributes;
using Spring.Benchmark.Classes;
using Spring.Context;
using Spring.Context.Support;
namespace Spring.Benchmark
@@ -71,4 +70,4 @@ namespace Spring.Benchmark
return ok;
}
}
}
}