rustup; account for ptr_offset_from stabilization

This commit is contained in:
Ralf Jung 2020-08-24 10:06:44 +02:00
parent 222093e815
commit 2f9de18f88
2 changed files with 1 additions and 2 deletions

View File

@ -1 +1 @@
1a22a0ff93d63f738151f096434e732466b4a42e
c4b6d9411f939c1ad7b3521b907fa101f3360462

View File

@ -1,4 +1,3 @@
#![feature(ptr_offset_from)]
use std::{mem, ptr};
fn main() {