zig

fork of https://codeberg.org/ziglang/zig
Log | Files | Refs | README | LICENSE

commit 7e6b68a534f840d2d08770a5a77896707271e8ea (tree)
parent 76176104001420ea04840f9b31e706289e4ebf11
Author: Andrew Kelley <andrew@ziglang.org>
Date:   Sat, 29 Feb 2020 02:08:26 -0500

std.Target.standardDynamicLinkerPath: delete bad doc comment

Diffstat:
Mlib/std/target.zig | 2--
1 file changed, 0 insertions(+), 2 deletions(-)

diff --git a/lib/std/target.zig b/lib/std/target.zig @@ -1133,8 +1133,6 @@ pub const Target = struct { } }; - /// The result will be a byte index *pointing at the final byte*. In other words, length minus one. - /// A return value of `null` means the concept of a dynamic linker is not meaningful for that target. pub fn standardDynamicLinkerPath(self: Target) DynamicLinker { var result: DynamicLinker = .{}; const S = struct {