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.
TestFileSystem.Error
1 parent 1c37aeb commit 9f981f1Copy full SHA for 9f981f1
Sources/SwiftDocCTestUtilities/TestFileSystem.swift
@@ -317,15 +317,6 @@ package class TestFileSystem: FileManagerProtocol {
317
URL(fileURLWithPath: "/tmp/\(ProcessInfo.processInfo.globallyUniqueString)", isDirectory: true)
318
}
319
320
- enum Errors: DescribedError {
321
- case invalidPath(String)
322
- var errorDescription: String {
323
- switch self {
324
- case .invalidPath(let path): return "Invalid path '\(path)'"
325
- }
326
327
328
-
329
/// Returns a stable string representation of the file system from a given subpath.
330
///
331
/// - Parameter path: The path to the sub hierarchy to dump to a string representation.
0 commit comments