commit cf36d3fdd3674bfb95f22aa7bc7ff450ebdc1c08 (tree)
parent e5c974fa5cd3f9ed49463b597954a053da91de6d
Author: KNnut <9387720+KNnut@users.noreply.github.com>
Date: Sun, 14 Jul 2024 16:03:20 +0800
add a missing comment in build.zig.zon
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/lib/init/build.zig.zon b/lib/init/build.zig.zon
@@ -45,7 +45,7 @@
// // build root. In this case the package's hash is irrelevant and therefore not
// // computed. This field and `url` are mutually exclusive.
// .path = "foo",
-
+ //
// // When this is set to `true`, a package is declared to be lazily
// // fetched. This makes the dependency only get fetched if it is
// // actually used.