Skip to content

Commit 2b3645f

Browse files
authored
Remove obsolete unnecessary suppression (#2443)
1 parent 7ae7a23 commit 2b3645f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/commonMain/src/kotlinx/serialization/internal/PluginGeneratedSerialDescriptor.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
* Copyright 2017-2021 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license.
33
*/
4-
@file:Suppress("OPTIONAL_DECLARATION_USAGE_IN_NON_COMMON_SOURCE", "UNUSED")
4+
@file:Suppress("UNUSED")
55

66
package kotlinx.serialization.internal
77

0 commit comments

Comments
 (0)