diff options
Diffstat (limited to 'src/librustdoc/html/layout.rs')
| -rw-r--r-- | src/librustdoc/html/layout.rs | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/librustdoc/html/layout.rs b/src/librustdoc/html/layout.rs index 09b4ade3814..fd8c957801d 100644 --- a/src/librustdoc/html/layout.rs +++ b/src/librustdoc/html/layout.rs @@ -18,10 +18,10 @@ pub struct Layout { crate: ~str, } -pub struct Page<'self> { - title: &'self str, - ty: &'self str, - root_path: &'self str, +pub struct Page<'a> { + title: &'a str, + ty: &'a str, + root_path: &'a str, } pub fn render<T: fmt::Default, S: fmt::Default>( |
