mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
add Sendable to the allowed attributes in declaration fragments (#80465)
rdar://142903358
This commit is contained in:
@@ -88,6 +88,7 @@ PrintOptions SymbolGraph::getDeclarationFragmentsPrintOptions() const {
|
||||
ExcludeAttrs.erase("TypeAttrKind::NoEscape");
|
||||
ExcludeAttrs.erase("TypeAttrKind::Escaping");
|
||||
ExcludeAttrs.erase("TypeAttrKind::Inout");
|
||||
ExcludeAttrs.erase("TypeAttrKind::Sendable");
|
||||
|
||||
// Don't allow the following decl attributes:
|
||||
// These can be large and are already included elsewhere in
|
||||
|
||||
Reference in New Issue
Block a user