mirror of
https://github.com/mamoe/mirai.git
synced 2026-08-22 06:03:32 +08:00
[core] Suppress NOTHING_TO_INLINE warnings for AtomicIntSeq
This commit is contained in:
@@ -7,6 +7,9 @@
|
||||
* 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
|
||||
|
||||
import kotlinx.atomicfu.AtomicInt
|
||||
|
||||
Reference in New Issue
Block a user