From 1c03843321e68f4da035dd45115e9d47136065c1 Mon Sep 17 00:00:00 2001 From: Alex Gaynor Date: Sat, 22 May 2021 11:06:48 -0400 Subject: [PATCH] fixes #915 - remove duplicate word (#916) --- crates/traitobject/RUSTSEC-2020-0027.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/traitobject/RUSTSEC-2020-0027.md b/crates/traitobject/RUSTSEC-2020-0027.md index e3f6fea..9fe0342 100644 --- a/crates/traitobject/RUSTSEC-2020-0027.md +++ b/crates/traitobject/RUSTSEC-2020-0027.md @@ -16,7 +16,7 @@ url = "https://github.com/reem/rust-traitobject/issues/7" patched = [] ``` -# traitobject assumes assumes the layout of fat pointers +# traitobject assumes the layout of fat pointers This crate gets the data pointer from fat pointers assuming that the first element in a fat pointer is the data pointer. This is currently true, but