Skip to content

Commit ed87ecc

Browse files
authored
Update variable name to fix unused_variables warning
1 parent d4c86cf commit ed87ecc

File tree

1 file changed

+1
-1
lines changed
  • library/std/src/sys/unix

1 file changed

+1
-1
lines changed

library/std/src/sys/unix/os.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,7 @@ pub fn getcwd() -> io::Result<PathBuf> {
180180
}
181181

182182
#[cfg(target_os = "espidf")]
183-
pub fn chdir(p: &path::Path) -> io::Result<()> {
183+
pub fn chdir(_p: &path::Path) -> io::Result<()> {
184184
super::unsupported::unsupported()
185185
}
186186

0 commit comments

Comments
 (0)