style: Port the style crate to rust 2018.

Differential Revision: https://phabricator.services.mozilla.com/D80101
This commit is contained in:
Emilio Cobos Álvarez 2020-06-17 23:40:30 +00:00
parent 9b980e2f49
commit 8f215a8444
No known key found for this signature in database
GPG key ID: E1152D0994E4BF8A
9 changed files with 18 additions and 14 deletions

View file

@ -4,7 +4,7 @@
//! Helpers for different FFI pointer kinds that Gecko's FFI layer uses.
use gecko_bindings::structs::root::mozilla::detail::CopyablePtr;
use crate::gecko_bindings::structs::root::mozilla::detail::CopyablePtr;
use servo_arc::{Arc, RawOffsetArc};
use std::marker::PhantomData;
use std::mem::{forget, transmute};