diff options
Diffstat (limited to 'src/librustdoc/path_pass.rs')
| -rw-r--r-- | src/librustdoc/path_pass.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/librustdoc/path_pass.rs b/src/librustdoc/path_pass.rs index 165ab989a2f..7dc8d0202cb 100644 --- a/src/librustdoc/path_pass.rs +++ b/src/librustdoc/path_pass.rs @@ -34,7 +34,7 @@ struct Ctxt { mut path: ~[~str] } -impl Ctxt: Clone { +impl Clone for Ctxt { fn clone(&self) -> Ctxt { Ctxt { srv: self.srv.clone(), |
