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 6744673 commit 61965c5Copy full SHA for 61965c5
Sources/MongoSwift/MongoSwift.swift
@@ -11,7 +11,9 @@ private final class MongocInitializer {
11
12
/// :nodoc:
13
@available(*, deprecated, message: "Calling this method no longer has any effect.")
14
-public func initialize() {}
+public func initialize() {
15
+ initializeMongoc()
16
+}
17
18
19
@available(*, deprecated, message: "Use cleanupMongoSwift() instead.")
0 commit comments