From 346b72ce706819b7f12a8c52c22df12ae99d4c10 Mon Sep 17 00:00:00 2001 From: Yacine Hmito Date: Mon, 4 Jan 2021 18:13:53 +0100 Subject: docs: Remove outdated information about third_party/ directory (#8973) --- std/encoding/testdata/cargo.toml | 4 ---- 1 file changed, 4 deletions(-) (limited to 'std/encoding/testdata') 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 = [ -- cgit v1.2.3