1 2 3 4 5
#![allow(deprecated)] // For backwards compatibility #[deprecated(since = "0.17.9", note = "Import directly from crate root")] pub use crate::Platform;