| ... | @@ -533,9 +533,8 @@ pub fn serializeCpuAlloc(q: Query, ally: Allocator) Allocator.Error![]u8 { | ... | @@ -533,9 +533,8 @@ pub fn serializeCpuAlloc(q: Query, ally: Allocator) Allocator.Error![]u8 { |
| 533 | return buffer.toOwnedSlice(); | 533 | return buffer.toOwnedSlice(); |
| 534 | } | 534 | } |
| 535 | | 535 | |
| | 536 | /// Deprecated; use `zigTriple` instead. Will be removed in 0.18.0. |
| 536 | pub fn allocDescription(self: Query, allocator: Allocator) ![]u8 { | 537 | pub fn allocDescription(self: Query, allocator: Allocator) ![]u8 { |
| 537 | // TODO is there anything else worthy of the description that is not | | |
| 538 | // already captured in the triple? | | |
| 539 | return self.zigTriple(allocator); | 538 | return self.zigTriple(allocator); |
| 540 | } | 539 | } |
| 541 | | 540 | |