Revert Self

This commit is contained in:
Jeremy Kolb 2019-09-23 14:38:05 -04:00 committed by GitHub
parent 1808175f98
commit 13d7fc1620
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -19,7 +19,7 @@ pub struct AstEditor<N: AstNode> {
}
impl<N: AstNode> AstEditor<N> {
pub fn new(node: N) -> Self
pub fn new(node: N) -> AstEditor<N>
where
N: Clone,
{