unexport Foundation (#9)
motivation: Foundation was accidently exported changes: remove @_exported of Foundation in Metrics module
This commit is contained in:
parent
4977a20e55
commit
c730d4e761
|
|
@ -14,7 +14,7 @@
|
|||
|
||||
@_exported import CoreMetrics
|
||||
@_exported import class CoreMetrics.Timer
|
||||
@_exported import Foundation
|
||||
import Foundation
|
||||
|
||||
public extension Timer {
|
||||
/// Convenience for measuring duration of a closure.
|
||||
|
|
|
|||
Loading…
Reference in New Issue