(&self, formatter: &mut fmt::Formatter<'_>)
| 249 | |
| 250 | impl fmt::Debug for PathBuf { |
| 251 | fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { |
| 252 | fmt::Debug::fmt(&**self, formatter) |
| 253 | } |
| 254 | } |
| 255 | |
| 256 | impl ops::Deref for PathBuf { |
nothing calls this directly
no test coverage detected