Remove nullable disable annotation in the benchmark project.

This commit is contained in:
為什麼
2022-07-09 21:06:47 +08:00
parent 200f0d9f55
commit 086388ec4e
6 changed files with 0 additions and 12 deletions

View File

@ -1,8 +1,6 @@
// Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence.
// See the LICENCE file in the repository root for full licence text.
#nullable disable
using BenchmarkDotNet.Configs;
using BenchmarkDotNet.Running;