std: Rename strbuf operations to string
[breaking-change]
This commit is contained in:
parent
4348e23b26
commit
1f1b2e42d7
304 changed files with 2567 additions and 2567 deletions
|
@ -409,7 +409,7 @@ mod tests {
|
|||
set_stdout(box w);
|
||||
println!("hello!");
|
||||
});
|
||||
assert_eq!(r.read_to_str().unwrap(), "hello!\n".to_strbuf());
|
||||
assert_eq!(r.read_to_str().unwrap(), "hello!\n".to_string());
|
||||
})
|
||||
|
||||
iotest!(fn capture_stderr() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue