Interrupts aren't working anymore
This commit is contained in:
@@ -142,3 +142,10 @@ impl From<&str> for PathBuf {
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
#[cfg(feature = "alloc")]
|
||||
impl From<String> for PathBuf {
|
||||
fn from(val: String) -> Self {
|
||||
PathBuf { inner: val }
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user