We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 31a8b16 commit 8cd7928Copy full SHA for 8cd7928
Sources/StructuredHeaders/FieldSerializer.swift
@@ -11,8 +11,6 @@
11
// SPDX-License-Identifier: Apache-2.0
12
//
13
//===----------------------------------------------------------------------===//
14
-// We need this for string formatting of floats. Remove if we don't need that anymore.
15
-import Foundation
16
17
fileprivate let validIntegerRange = Int64(-999999999999999)...Int64(999999999999999)
18
0 commit comments