Skip to content

Commit 63890e7

Browse files
committed
Fixed docs placement in #if blocks
1 parent f2d3943 commit 63890e7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/InterposeKit/Interpose.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -252,12 +252,12 @@ public enum Interpose {
252252
// MARK: Logging
253253
// ============================================================================ //
254254

255+
#if compiler(>=5.10)
255256
/// The flag that enables logging of InterposeKit internal operations to standard output
256257
/// using the `print(…)` function. Defaults to `false`.
257258
///
258259
/// It is recommended to set this flag only once early in your application lifecycle,
259260
/// e.g. at app startup or in test setup.
260-
#if compiler(>=5.10)
261261
public nonisolated(unsafe) static var isLoggingEnabled = false
262262
#else
263263
public static var isLoggingEnabled = false

0 commit comments

Comments
 (0)