1
Fork 0

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