Remove unused lifetime

This commit is contained in:
Rune Tynan 2023-02-13 23:32:06 -05:00
parent f1f40ac05c
commit 871c1dee33
No known key found for this signature in database
GPG Key ID: 7ECC932F8B2C731E

View File

@ -271,7 +271,7 @@ pub fn subrange(self, subrange: AllocRange) -> AllocRange {
// The constructors are all without extra; the extra gets added by a machine hook later.
impl<Prov: Provenance, Bytes: AllocBytes> Allocation<Prov, (), Bytes> {
/// Creates an allocation from an existing `Bytes` value - this is needed for miri FFI support
pub fn from_raw_bytes<'a>(
pub fn from_raw_bytes(
bytes: Bytes,
align: Align,
mutability: Mutability,