From 1ba116110c624c62522f068ca0141ce65155bc98 Mon Sep 17 00:00:00 2001 From: Trevor Spiteri Date: Sat, 17 Aug 2019 18:48:56 +0200 Subject: [PATCH] fix link in 0.4.3 news --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 4499ffd..b14ad73 100644 --- a/README.md +++ b/README.md @@ -89,6 +89,7 @@ Various conversion methods are available: [`wrapping_neg`]: https://docs.rs/fixed/0.4.2/fixed/struct.FixedI32.html#method.wrapping_neg [`wrapping_shl`]: https://docs.rs/fixed/0.4.2/fixed/struct.FixedI32.html#method.wrapping_shl [`wrapping_shr`]: https://docs.rs/fixed/0.4.2/fixed/struct.FixedI32.html#method.wrapping_shr +[`wrapping_sub`]: https://docs.rs/fixed/0.4.2/fixed/struct.FixedI32.html#method.wrapping_sub ### Version 0.4.2 news (2019-08-16)