Skip to content

Commit 7fa4d0f

Browse files
suppress Nothing to inline warning
1 parent 794cdd7 commit 7fa4d0f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/commonMain/kotlin/com/quickbirdstudios/nonEmptyCollection/unsafe/Function+addUnitParameter.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
@file:Suppress("unused")
1+
@file:Suppress("NOTHING_TO_INLINE")
22

33
package com.quickbirdstudios.nonEmptyCollection.unsafe
44

0 commit comments

Comments
 (0)