Skip to content

Commit

Permalink
add suppressing of unchecked casts
Browse files Browse the repository at this point in the history
  • Loading branch information
InsanusMokrassar committed Jan 5, 2021
1 parent 2006e45 commit b22118b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -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.*
Expand Down

0 comments on commit b22118b

Please sign in to comment.