diff --git a/docsets/SwiftLintFramework.docset/Contents/Resources/Documents/implicitly_unwrapped_optional.html b/docsets/SwiftLintFramework.docset/Contents/Resources/Documents/implicitly_unwrapped_optional.html index d437e0c0f..98460ad5c 100644 --- a/docsets/SwiftLintFramework.docset/Contents/Resources/Documents/implicitly_unwrapped_optional.html +++ b/docsets/SwiftLintFramework.docset/Contents/Resources/Documents/implicitly_unwrapped_optional.html @@ -372,8 +372,6 @@
var int: Int! = 42
-let int: ImplicitlyUnwrappedOptional<Int>
-
let collection: AnyCollection<Int!>
func foo(int: Int!) {}
diff --git a/docsets/SwiftLintFramework.docset/Contents/Resources/Documents/syntactic_sugar.html b/docsets/SwiftLintFramework.docset/Contents/Resources/Documents/syntactic_sugar.html
index 7f2653e93..ae3d9c11c 100644
--- a/docsets/SwiftLintFramework.docset/Contents/Resources/Documents/syntactic_sugar.html
+++ b/docsets/SwiftLintFramework.docset/Contents/Resources/Documents/syntactic_sugar.html
@@ -390,8 +390,6 @@
let x: ↓Optional<Int>
-let x: ↓ImplicitlyUnwrappedOptional<Int>
-
let x: ↓Swift.Array<String>
func x(a: ↓Array<Int>, b: Int) -> [Int: Any]
diff --git a/docsets/SwiftLintFramework.docset/Contents/Resources/Documents/valid_ibinspectable.html b/docsets/SwiftLintFramework.docset/Contents/Resources/Documents/valid_ibinspectable.html
index 59c707800..f62541a75 100644
--- a/docsets/SwiftLintFramework.docset/Contents/Resources/Documents/valid_ibinspectable.html
+++ b/docsets/SwiftLintFramework.docset/Contents/Resources/Documents/valid_ibinspectable.html
@@ -404,10 +404,6 @@
@IBInspectable private ↓var count: Int!
}
-class Foo {
- @IBInspectable private ↓var x: ImplicitlyUnwrappedOptional<Int>
-}
-
class Foo {
@IBInspectable private ↓var count: Optional<Int>
}
@@ -415,10 +411,6 @@
class Foo {
@IBInspectable private ↓var x: Optional<String>
}
-
-class Foo {
- @IBInspectable private ↓var x: ImplicitlyUnwrappedOptional<String>
-}
diff --git a/docsets/SwiftLintFramework.tgz b/docsets/SwiftLintFramework.tgz
index 6a5efaecb..d4aa00e7c 100644
Binary files a/docsets/SwiftLintFramework.tgz and b/docsets/SwiftLintFramework.tgz differ
diff --git a/implicitly_unwrapped_optional.html b/implicitly_unwrapped_optional.html
index d437e0c0f..98460ad5c 100644
--- a/implicitly_unwrapped_optional.html
+++ b/implicitly_unwrapped_optional.html
@@ -372,8 +372,6 @@
var int: Int! = 42
-let int: ImplicitlyUnwrappedOptional<Int>
-
let collection: AnyCollection<Int!>
func foo(int: Int!) {}
diff --git a/syntactic_sugar.html b/syntactic_sugar.html
index 7f2653e93..ae3d9c11c 100644
--- a/syntactic_sugar.html
+++ b/syntactic_sugar.html
@@ -390,8 +390,6 @@
let x: ↓Optional<Int>
-let x: ↓ImplicitlyUnwrappedOptional<Int>
-
let x: ↓Swift.Array<String>
func x(a: ↓Array<Int>, b: Int) -> [Int: Any]
diff --git a/valid_ibinspectable.html b/valid_ibinspectable.html
index 59c707800..f62541a75 100644
--- a/valid_ibinspectable.html
+++ b/valid_ibinspectable.html
@@ -404,10 +404,6 @@
@IBInspectable private ↓var count: Int!
}
-class Foo {
- @IBInspectable private ↓var x: ImplicitlyUnwrappedOptional<Int>
-}
-
class Foo {
@IBInspectable private ↓var count: Optional<Int>
}
@@ -415,10 +411,6 @@
class Foo {
@IBInspectable private ↓var x: Optional<String>
}
-
-class Foo {
- @IBInspectable private ↓var x: ImplicitlyUnwrappedOptional<String>
-}