mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-17 05:25:37 +03:00
Add missing space
This commit is contained in:
+1
-1
@@ -619,7 +619,7 @@ pub trait ReaderUtil {
|
||||
|
||||
impl<T:Reader> ReaderUtil for T {
|
||||
|
||||
fn read_bytes(&self,len: uint) -> ~[u8] {
|
||||
fn read_bytes(&self, len: uint) -> ~[u8] {
|
||||
let mut bytes = vec::with_capacity(len);
|
||||
unsafe { vec::raw::set_len(&mut bytes, len); }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user