fixes #915 - remove duplicate word (#916)

This commit is contained in:
Alex Gaynor
2021-05-22 11:06:48 -04:00
committed by GitHub
parent c8a2c774a3
commit 1c03843321

View File

@@ -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