From 9a7c8d4b0ff3b9a7d736bbda68e12a9f3867ec1b Mon Sep 17 00:00:00 2001 From: Aleksey Kladov Date: Thu, 17 Oct 2019 22:37:01 +0300 Subject: scale website back We have dedicated https://rust-analyzer.github.io/ now --- .cargo/config | 2 -- 1 file changed, 2 deletions(-) (limited to '.cargo') diff --git a/.cargo/config b/.cargo/config index 9f9b24a49..92a3acfd0 100644 --- a/.cargo/config +++ b/.cargo/config @@ -5,8 +5,6 @@ gen-syntax = "run --package ra_tools --bin ra_tools -- gen-syntax" # Extracts the tests from gen-tests = "run --package ra_tools --bin ra_tools -- gen-tests" -build-website = "run --package website-gen" - # Installs the visual studio code extension install-ra = "run --package ra_tools --bin ra_tools -- install-ra" install-code = "run --package ra_tools --bin ra_tools -- install-ra" # just an alias -- cgit v1.2.3