Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added basic derives (Debug, etc.) across code. #9

Closed
wants to merge 1 commit into from

Conversation

amosonn
Copy link
Contributor

@amosonn amosonn commented Apr 15, 2017

See #8.

@amosonn amosonn mentioned this pull request Apr 15, 2017
@@ -224,6 +224,7 @@ impl InodeTable {
}

// Facilitates comparing Rc<PathBuf> and &Path
#[derive(Debug, Clone)]
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this can't implement Clone; it's not a Sized type.

@wfraser
Copy link
Owner

wfraser commented Jun 7, 2017

Made the change myself in 97ba28f

@wfraser wfraser closed this Jun 7, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants