docs: Remove the unused native_endian declaration from test_packed_structs.zig (#36425)
Co-authored-by: lx <lx@e6440.e6440>
Reviewed-on: https://codeberg.org/ziglang/zig/pulls/36425
1 files changed, 0 insertions(+), 1 deletions(-)
doc
langref
doc/langref/test_packed_structs.zig-1
| ... | ... | @@ -1,5 +1,4 @@ |
| 1 | 1 | const std = @import("std"); |
| 2 | | const native_endian = @import("builtin").target.cpu.arch.endian(); |
| 3 | 2 | const expectEqual = std.testing.expectEqual; |
| 4 | 3 | |
| 5 | 4 | const Full = packed struct { |