1
Fork 0

Make 'self lifetime illegal.

Also remove all instances of 'self within the codebase.

This fixes #10889.
This commit is contained in:
Erik Price 2013-12-09 23:16:18 -08:00
parent d441c54688
commit 5731ca3078
187 changed files with 1290 additions and 1277 deletions

View file

@ -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>(