[core] Suppress NOTHING_TO_INLINE warnings for AtomicIntSeq

This commit is contained in:
Him188 2022-10-29 11:57:01 +01:00
parent 2baba6a1f3
commit ab8e53fc76
No known key found for this signature in database
GPG Key ID: BA439CDDCF652375

View File

@ -7,6 +7,9 @@
* https://github.com/mamoe/mirai/blob/dev/LICENSE * https://github.com/mamoe/mirai/blob/dev/LICENSE
*/ */
// IDE doesn't show warnings but compiler do.
@file:Suppress("NOTHING_TO_INLINE", "KotlinRedundantDiagnosticSuppress")
package net.mamoe.mirai.internal.utils package net.mamoe.mirai.internal.utils
import kotlinx.atomicfu.AtomicInt import kotlinx.atomicfu.AtomicInt