[autofix.ci] apply automated fixes

This commit is contained in:
autofix-ci[bot]
2025-10-07 23:46:33 +00:00
committed by GitHub
parent 0c24ac85dd
commit 3b3bb8da22
3 changed files with 1 additions and 3 deletions

View File

@@ -2579,7 +2579,6 @@ pub const Data = union(Tag) {
},
.e_import => |e| {
_ = e;
},
inline .e_identifier,
.e_import_identifier,

View File

@@ -42,7 +42,6 @@ pub fn runTasks(
if (comptime @TypeOf(callbacks.onExtract) != void) {
if (ptask.callback.apply.task_id) |task_id| {
_ = task_id;
} else if (Ctx == *PackageInstaller) {
if (ptask.callback.apply.install_context) |*ctx| {
var installer: *PackageInstaller = extract_ctx;

View File

@@ -42,4 +42,4 @@
"undefined != ": 0,
"undefined == ": 0,
"usingnamespace": 0
}
}