2622: Simplify r=matklad a=matklad



Co-authored-by: Aleksey Kladov <aleksey.kladov@gmail.com>
This commit is contained in:
bors[bot]
2019-12-20 19:17:28 +00:00
committed by GitHub
+1 -1
View File
@@ -135,7 +135,7 @@ pub fn kind(&self) -> &PathKind {
}
pub fn type_anchor(&self) -> Option<&TypeRef> {
self.type_anchor.as_ref().map(|it| &**it)
self.type_anchor.as_deref()
}
pub fn segments(&self) -> PathSegments<'_> {