Skip to content

Commit b8b390a

Browse files
Suppress mutability warning
1 parent aef04d7 commit b8b390a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/carton/main.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ func derivePackageCommandArguments(
8484
var packageArguments: [String] = [
8585
"package", "--triple", "wasm32-unknown-wasi", "--scratch-path", scratchPath,
8686
]
87-
var pluginArguments: [String] = ["plugin"]
87+
let pluginArguments: [String] = ["plugin"]
8888
var cartonPluginArguments: [String] = extraArguments
8989

9090
switch subcommand {

0 commit comments

Comments
 (0)