Use @discardableResult with addFeed.
This commit is contained in:
parent
39c74249af
commit
d512908b6f
|
@ -206,6 +206,7 @@ public final class Account: DisplayNameProvider, UnreadCountProvider, Container,
|
||||||
return true // TODO
|
return true // TODO
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@discardableResult
|
||||||
public func addFeed(_ feed: Feed, to folder: Folder?) -> Bool {
|
public func addFeed(_ feed: Feed, to folder: Folder?) -> Bool {
|
||||||
|
|
||||||
// Return false if it couldn’t be added.
|
// Return false if it couldn’t be added.
|
||||||
|
|
Loading…
Reference in New Issue