mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-01 15:50:05 +03:00
Update variable name to fix unused_variables warning
This commit is contained in:
@@ -180,7 +180,7 @@ pub fn getcwd() -> io::Result<PathBuf> {
|
||||
}
|
||||
|
||||
#[cfg(target_os = "espidf")]
|
||||
pub fn chdir(p: &path::Path) -> io::Result<()> {
|
||||
pub fn chdir(_p: &path::Path) -> io::Result<()> {
|
||||
super::unsupported::unsupported()
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user