Skip to content

Commit 008c8ff

Browse files
committed
[Workspace] Remove extraneous @discardableResult from unpinAll()
1 parent 3d7ada2 commit 008c8ff

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Sources/Workspace/PinsStore.swift

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,6 @@ public struct PinsStore {
110110
}
111111

112112
/// Unpin all of the currently pinnned dependencies.
113-
@discardableResult
114113
public mutating func unpinAll() throws {
115114
// Reset the pins map.
116115
pinsMap = [:]

0 commit comments

Comments
 (0)