Skip to content

Commit 9e0bb52

Browse files
committed
Fallout: add phantomdata for 'a in path
1 parent 1ed5842 commit 9e0bb52

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/libstd/path.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -143,6 +143,7 @@ mod platform {
143143
use super::Prefix;
144144
use core::prelude::*;
145145
use ffi::OsStr;
146+
use std::marker::PhantomData;
146147

147148
#[inline]
148149
pub fn is_sep_byte(b: u8) -> bool {

0 commit comments

Comments
 (0)