From c67b4077c5448e7b41029155b5a4c1b51de51629 Mon Sep 17 00:00:00 2001 From: Alexander Rodin Date: Thu, 27 Feb 2020 17:10:01 +0300 Subject: [PATCH] Fix TOC link Signed-off-by: Alexander Rodin --- CONTRIBUTING.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 9c49ee407c9108..8d1805d0ae341b 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -33,7 +33,7 @@ expanding into more specifics. - [Sink Healthchecks](#sink-healthchecks) - [Testing](#testing) - [Sample Logs](#sample-logs) - - [Tips & Tricks](#tips-and-tricks) + - [Tips and Tricks](#tips-and-tricks) - [Benchmarking](#benchmarking) - [Security](#security) - [Legal](#legal) @@ -332,10 +332,10 @@ flog --bytes $((100 * 1024 * 1024)) > sample.log This will create a `100MiB` sample log file in the `sample.log` file. -#### Tips & Tricks +#### Tips and Tricks If you are developing a particular component and want to quickly iterate on unit -$tests related only to this component, the following approach can reduce waiting times: +tests related only to this component, the following approach can reduce waiting times: 1. Install [cargo-watch](https://github.com/passcod/cargo-watch). 2. (Only for GNU/Linux) Install LLVM 9 (for example, package `llvm-9` on Debian)