diff options
Diffstat (limited to 'build_extra')
-rw-r--r-- | build_extra/rust/rust.gni | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build_extra/rust/rust.gni b/build_extra/rust/rust.gni index 88f80904f..1a353bfa0 100644 --- a/build_extra/rust/rust.gni +++ b/build_extra/rust/rust.gni @@ -64,7 +64,7 @@ template("run_rustc") { script = "//tools/run_rustc.py" # TODO: We want to apply "-Dwarnings" only when treat_warnings_as_errors is not false - # https://github.com/ry/deno/pull/379 + # https://github.com/denoland/deno/pull/379 args = [ rebase_path(source_root, root_build_dir), "--crate-name=$crate_name", |