core: rename strbuf::StrBuf to string::String
[breaking-change]
This commit is contained in:
@@ -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> {
|
||||
|
||||
Reference in New Issue
Block a user