apple / swift-foundation

The Foundation project
Apache License 2.0
2.29k stars 135 forks source link

FoundationEssentials: silence a warning #662

Closed compnerd closed 1 month ago

compnerd commented 1 month ago

Convert a var to let as it was originally. This variable is no longer mutated and causes a warning.

compnerd commented 1 month ago

@swift-ci please test