diff options
author | Ryan Dahl <ry@tinyclouds.org> | 2018-08-02 19:13:02 -0400 |
---|---|---|
committer | Ryan Dahl <ry@tinyclouds.org> | 2018-08-02 23:12:49 -0400 |
commit | d8b68648d10ec96d59883750885f7c7d694c180f (patch) | |
tree | 0c960fe76a93938ae177b12cc2b8265db366a714 /build_extra/rust/rust.gni | |
parent | 3e5e07289e6be339617ccff20fa60ace4bdc4d9b (diff) |
Update repo links to denoland.
Diffstat (limited to 'build_extra/rust/rust.gni')
-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", |