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:
Zirunis 2025-11-09 14:05:09 +01:00 committed by GitHub
parent 4dcc8a80a9
commit e1f12124fd
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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,