mirror of
https://codeberg.org/ziglang/zig.git
synced 2026-04-26 13:01:34 +03: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:
@@ -7150,7 +7150,6 @@ const TypeName = @import("dir_name/TypeName.zig");
|
||||
var global_var: i32 = undefined;
|
||||
const const_name = 42;
|
||||
const PrimitiveTypeAlias = f32;
|
||||
const StringAlias = []u8;
|
||||
|
||||
const StructName = struct {
|
||||
field: i32,
|
||||
|
||||
Reference in New Issue
Block a user