mirror of
https://github.com/InsanusMokrassar/TelegramBotAPI.git
synced 2024-11-22 16:23:48 +00:00
add suppressing of unchecked casts
This commit is contained in:
parent
2006e45b57
commit
b22118b400
@ -1,4 +1,4 @@
|
||||
@file:Suppress("NOTHING_TO_INLINE", "unused")
|
||||
@file:Suppress("NOTHING_TO_INLINE", "unused", "UNCHECKED_CAST")
|
||||
|
||||
package dev.inmo.tgbotapi.extensions.utils
|
||||
import dev.inmo.tgbotapi.types.*
|
||||
|
Loading…
Reference in New Issue
Block a user