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.
1 parent 19db788 commit 9b9c665Copy full SHA for 9b9c665
build.zig
@@ -862,5 +862,3 @@ inline fn custom_find_import_pkg_hash_or_fatal(comptime dep_name: []const u8) []
862
863
@panic("dependency not found");
864
}
865
-
866
-fn myFunc() void {}
port/nordic/nrf5x/src/hal.zig
@@ -24,5 +24,3 @@ test "hal tests" {
24
25
_ = drivers;
26
27
28
-pub fn myFunc() void {}
0 commit comments