unexport Foundation (#9)

motivation: Foundation was accidently exported

changes: remove @_exported of Foundation in Metrics module
This commit is contained in:
tomer doron 2019-04-11 10:14:31 -07:00 committed by GitHub
parent 4977a20e55
commit c730d4e761
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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.