mirror of
https://codeberg.org/ziglang/zig.git
synced 2025-12-06 13:54:21 +00:00
Remove StringAlias because it implies the existence of a String type and is a redundant example anyway
Co-authored-by: Ryan Liptak <squeek502@hotmail.com>
This commit is contained in:
parent
4dcc8a80a9
commit
e1f12124fd
1 changed files with 0 additions and 1 deletions
|
|
@ -7150,7 +7150,6 @@ const TypeName = @import("dir_name/TypeName.zig");
|
||||||
var global_var: i32 = undefined;
|
var global_var: i32 = undefined;
|
||||||
const const_name = 42;
|
const const_name = 42;
|
||||||
const PrimitiveTypeAlias = f32;
|
const PrimitiveTypeAlias = f32;
|
||||||
const StringAlias = []u8;
|
|
||||||
|
|
||||||
const StructName = struct {
|
const StructName = struct {
|
||||||
field: i32,
|
field: i32,
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue