From f579b110f2b8044c4478d8b3ce207081bea92fb7 Mon Sep 17 00:00:00 2001 From: Paul Horn Date: Mon, 4 Jul 2022 21:14:57 +0200 Subject: [PATCH] Update build.rs comment to refer to strip_prefix --- build.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.rs b/build.rs index b45af7e2..2bf4418c 100644 --- a/build.rs +++ b/build.rs @@ -35,7 +35,7 @@ fn main() { if compiler < 45 { // String::strip_prefix. - // https://doc.rust-lang.org/std/primitive.str.html#method.repeat + // https://doc.rust-lang.org/std/primitive.str.html#method.strip_prefix println!("cargo:rustc-cfg=no_str_strip_prefix"); }