Skip to content

Commit 205d5a4

Browse files
committed
chore: Add permalink to copy-pasted file.
1 parent 375a973 commit 205d5a4

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

Sources/DispatchAsync/DispatchTime.swift

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,10 @@ extension DispatchAsync {
7070
}
7171
}
7272

73-
// NOTE: The following was copied from swift-nio/Source/NIOCore/TimeAmount+Duration on June 27, 2025
73+
// NOTE: The following was copied from swift-nio/Source/NIOCore/TimeAmount+Duration on June 27, 2025.
74+
//
75+
// See https://github.com/apple/swift-nio/blob/83bc5b58440373a7678b56fa0d9cc22ca55297ee/Sources/NIOCore/TimeAmount%2BDuration.swift
76+
//
7477
// It was copied rather than brought via dependencies to avoid introducing
7578
// a dependency on swift-nio for such a small piece of code.
7679
//

0 commit comments

Comments
 (0)