1
Fork 0

core: rename strbuf::StrBuf to string::String

[breaking-change]
This commit is contained in:
Richo Healey 2014-05-22 16:57:53 -07:00
parent bbb70cdd9c
commit 553074506e
395 changed files with 1766 additions and 1766 deletions

View file

@ -13,9 +13,9 @@ use std::io;
#[deriving(Clone)]
pub struct Layout {
pub logo: StrBuf,
pub favicon: StrBuf,
pub krate: StrBuf,
pub logo: String,
pub favicon: String,
pub krate: String,
}
pub struct Page<'a> {