Remove unused lifetime
This commit is contained in:
parent
f1f40ac05c
commit
871c1dee33
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user