Merge pull request #70 from redox-os/clippy

Add clippy lints, action some clippy items
This commit is contained in:
Jeremy Soller
2017-12-27 21:32:23 -07:00
committed by GitHub
37 changed files with 586 additions and 231 deletions
+1 -1
View File
@@ -205,7 +205,7 @@ impl UserInner {
}
}
/// UserInner has to be wrapped
/// `UserInner` has to be wrapped
pub struct UserScheme {
inner: Weak<UserInner>
}