Rename Show to Debug, String to Display
Update reference.md: - derive() no longer supports Zero trait - derive() now supports Copy trait
This commit is contained in:
parent
725cc06464
commit
34afe5e193
9 changed files with 13 additions and 14 deletions
|
|
@ -191,7 +191,7 @@ impl<'a> Iterator for SplitPaths<'a> {
|
|||
}
|
||||
}
|
||||
|
||||
#[derive(Show)]
|
||||
#[derive(Debug)]
|
||||
pub struct JoinPathsError;
|
||||
|
||||
pub fn join_paths<I, T>(paths: I) -> Result<OsString, JoinPathsError>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue