core: rename strbuf::StrBuf to string::String
[breaking-change]
This commit is contained in:
parent
bbb70cdd9c
commit
553074506e
395 changed files with 1766 additions and 1766 deletions
|
@ -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> {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue