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