From f01396c4bfe817e4a3cfb873ecfacdebb2b22056 Mon Sep 17 00:00:00 2001 From: pretzelhammer <7769424+pretzelhammer@users.noreply.github.com> Date: Sat, 29 May 2021 10:53:53 -0400 Subject: [PATCH] removes dead link from table of contents --- posts/restful-api-in-sync-and-async-rust.md | 1 - 1 file changed, 1 deletion(-) diff --git a/posts/restful-api-in-sync-and-async-rust.md b/posts/restful-api-in-sync-and-async-rust.md index 861fc61..75fbe55 100644 --- a/posts/restful-api-in-sync-and-async-rust.md +++ b/posts/restful-api-in-sync-and-async-rust.md @@ -50,7 +50,6 @@ _11 May 2021 · #rust · #diesel · #rocket · #sqlx · #actix-web_ - [Benchmarks](#benchmarks) - [Servers](#servers) - [Methodology](#methodology) - - [Calculating Best Possible Performance](#calculating-best-possible-performance) - [Measuring Resource Usage](#measuring-resource-usage) - [Results](#results) - [Read-Only Workload](#read-only-workload)