mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
[InterfaceGen] Print @discardableResult in generated interfaces
Resolves rdar://58805969.
This commit is contained in:
@@ -615,7 +615,6 @@ struct PrintOptions {
|
||||
result.SkipPrivateStdlibDecls = true;
|
||||
result.SkipUnderscoredStdlibProtocols = true;
|
||||
result.SkipDeinit = true;
|
||||
result.ExcludeAttrList.push_back(DAK_DiscardableResult);
|
||||
result.EmptyLineBetweenMembers = true;
|
||||
result.CascadeDocComment = true;
|
||||
result.ShouldQualifyNestedDeclarations =
|
||||
|
||||
Reference in New Issue
Block a user