Skip to content
This repository was archived by the owner on Jul 11, 2025. It is now read-only.

Commit c36625e

Browse files
porglezompktoso
authored andcommitted
fixup! Add the TracingMacros module and the @Traced macro
This didn't need to be `@_exported import`, this change cleans up the docs
1 parent b363f60 commit c36625e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/TracingMacros/TracedMacro.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
// SPDX-License-Identifier: Apache-2.0
1212
//
1313
//===----------------------------------------------------------------------===//
14-
@_exported import ServiceContextModule
14+
import ServiceContextModule
1515
import Tracing
1616

1717
/// A span name for a traced operation, either derived from the function name or explicitly specified.

0 commit comments

Comments
 (0)