run zig fmt on std lib and self hosted
This commit is contained in:
@@ -53,7 +53,7 @@ pub fn ArrayListAligned(comptime T: type, comptime alignment: ?u29) type {
|
||||
/// Deprecated: use `items` field directly.
|
||||
/// Return contents as a slice. Only valid while the list
|
||||
/// doesn't change size.
|
||||
pub fn span(self: var) @TypeOf(self.items) {
|
||||
pub fn span(self: anytype) @TypeOf(self.items) {
|
||||
return self.items;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user