summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYacine Hmito <yacinehmito@users.noreply.github.com>2021-01-04 18:13:53 +0100
committerGitHub <noreply@github.com>2021-01-04 18:13:53 +0100
commit346b72ce706819b7f12a8c52c22df12ae99d4c10 (patch)
tree8c6a02d954d5a1d97f8d88cc34c3fe39fdbe784b
parentb478b06f9d714b653e3450fc57b6885ce4db9897 (diff)
docs: Remove outdated information about third_party/ directory (#8973)
-rw-r--r--docs/contributing.md8
-rw-r--r--std/encoding/testdata/cargo.toml4
2 files changed, 0 insertions, 12 deletions
diff --git a/docs/contributing.md b/docs/contributing.md
index 14af3f6aa..0ede5055c 100644
--- a/docs/contributing.md
+++ b/docs/contributing.md
@@ -45,14 +45,6 @@ Examples of bad PR title:
5. Ensure `./tools/format.js` passes without changing files.
6. Ensure `./tools/lint.js` passes.
-## Changes to `third_party`
-
-[`deno_third_party`](https://github.com/denoland/deno_third_party) contains most
-of the external code that Deno depends on, so that we know exactly what we are
-executing at any given time. It is carefully maintained with a mixture of manual
-labor and private scripts. It's likely you will need help from @ry or
-@piscisaureus to make changes.
-
## Adding Ops (aka bindings)
We are very concerned about making mistakes when adding new APIs. When adding an
diff --git a/std/encoding/testdata/cargo.toml b/std/encoding/testdata/cargo.toml
index 667814233..bbc45246f 100644
--- a/std/encoding/testdata/cargo.toml
+++ b/std/encoding/testdata/cargo.toml
@@ -1,9 +1,5 @@
# Copyright 2018-2020 the Deno authors. All rights reserved. MIT license.
# Dummy package info required by `cargo fetch`.
-# Use tools/sync_third_party.py to install deps after editing this file.
-# Deno does not build with cargo. Deno uses a build system called gn.
-# See build_extra/rust/BUILD.gn for the manually built configuration of rust
-# crates.
[workspace]
members = [