Skip to content

Commit

Permalink
fix: build.zig
Browse files Browse the repository at this point in the history
fix pointless discard of local constant
  • Loading branch information
zenith391 committed Feb 5, 2024
1 parent 10b9b76 commit 0344adb
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion build.zig
Expand Up @@ -85,7 +85,6 @@ pub fn build(b: *std.Build) !void {
});
// b.installDirectory(.{ .source_dir = docs.getEmittedDocs(), .install_dir = .{ .custom = "docs/" }, .install_subdir = "" });
const run_docs = try install(docs, .{ .link_libraries_on_root_module = true });
_ = run_docs;

// DISABLED UNTIL ZIG DOESN'T CRASH WHILE GENERATING DOCS
const docs_step = b.step("docs", "Generate documentation and run unit tests");
Expand Down

0 comments on commit 0344adb

Please sign in to comment.