From bc49bb4e37f98637f047ea872c73cad3cdab7f47 Mon Sep 17 00:00:00 2001 From: simonsan <14062932+simonsan@users.noreply.github.com> Date: Sat, 2 Jan 2021 12:41:19 +0100 Subject: [PATCH] Fixing outdated link to rust-postgress (#121) * Fixing outdated link to rust-postgress Fixes #98 * Remove newline Co-authored-by: Marco Ieni <11428655+MarcoIeni@users.noreply.github.com> --- README.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/README.md b/README.md index 0f74fbd..cacab54 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ language that you can read [here](https://rust-unofficial.github.io/patterns/). * [Concatenating strings with `format!`](idioms/concat-format.md) * [Privacy for extensibility](idioms/priv-extend.md) * TODO stability for extensibility -* TODO trait to separate visibility of methods from visibility of data (https://github.com/sfackler/rust-postgres/blob/master/src/lib.rs#L1400) +* TODO trait to separate visibility of methods from visibility of data (https://github.com/sfackler/rust-postgres/blob/v0.9.6/src/lib.rs#L1400) * [Collections are smart pointers](idioms/deref.md) * TODO leak amplification ("Vec::drain sets the Vec's len to 0 prematurely so that mem::forgetting Drain "only" mem::forgets more stuff. instead of exposing uninitialized memory or having to update the len on every iteration") * [Finalisation in destructors](idioms/dtor-finally.md) @@ -93,5 +93,3 @@ If you want to build it locally you can run one of these two commands in the roo Serves the book at `http://localhost:3000` (port is changeable, take a look at the terminal output to be sure) and reloads the browser when a change occurs. - -