Skip to content

Commit aeecbe3

Browse files
committed
Remove no-longer-valid comment
1 parent 9ae22ed commit aeecbe3

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

openssl-sys/build/run_bindgen.rs

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -186,8 +186,6 @@ pub fn run_boringssl(include_dirs: &[PathBuf]) {
186186
bindgen_cmd
187187
.arg("-o")
188188
.arg(out_dir.join("bindgen.rs"))
189-
// Must be a valid version from
190-
// https://docs.rs/bindgen/latest/bindgen/enum.RustTarget.html
191189
.arg("--rust-target=1.70")
192190
.arg("--ctypes-prefix=::libc")
193191
.arg("--raw-line=use libc::*;")
@@ -312,8 +310,6 @@ pub fn run_awslc(include_dirs: &[PathBuf], symbol_prefix: Option<String>) {
312310
bindgen_cmd
313311
.arg("-o")
314312
.arg(out_dir.join("bindgen.rs"))
315-
// Must be a valid version from
316-
// https://docs.rs/bindgen/latest/bindgen/enum.RustTarget.html
317313
.arg("--rust-target=1.70")
318314
.arg("--ctypes-prefix=::libc")
319315
.arg("--raw-line=use libc::*;")

0 commit comments

Comments
 (0)