Internal: Suppress UnusedParameter

This commit is contained in:
Him188 2020-12-16 19:16:31 +08:00
parent 03f8cc9713
commit 4fb3d6c2b3

View File

@ -41,7 +41,7 @@ public data class At(
/**
* 构造一个 [At], 仅供内部使用, 否则可能造成消息无法发出的问题.
*/
@Suppress("FunctionName")
@Suppress("FunctionName", "UnusedParameter")
@JvmStatic
@LowLevelApi
@Deprecated("Use constructor instead", ReplaceWith("At(target)", "net.mamoe.mirai.message.data.At"))