From 14b29c77eb9ea85f07c390e66fede621d9eb8a0e Mon Sep 17 00:00:00 2001 From: Jeffrey Robinson Date: Thu, 14 Jan 2021 09:57:27 -0800 Subject: [PATCH] Typo in RUSTSEC-2020-0013 (#562) Minor typo. --- crates/fake-static/RUSTSEC-2020-0013.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/fake-static/RUSTSEC-2020-0013.md b/crates/fake-static/RUSTSEC-2020-0013.md index 7188bd5..c8f3ffe 100644 --- a/crates/fake-static/RUSTSEC-2020-0013.md +++ b/crates/fake-static/RUSTSEC-2020-0013.md @@ -10,7 +10,7 @@ patched = [] # fake-static allows converting any reference into a `'static` reference -fake-static allows converting a refernce with any lifetime into +fake-static allows converting a reference with any lifetime into a reference with `'static` lifetime without the `unsafe` keyword. Internally, this crate does not use unsafe code, it instead