update nightly to 2019-05-01 (#4111)
* update nightly to 2019-05-01 * cargo fmt * cargo fmt * increase bench timeout
This commit is contained in:
@@ -244,8 +244,6 @@ where
|
||||
|
||||
impl Write for SharedWriter {
|
||||
fn write(&mut self, buf: &[u8]) -> io::Result<usize> {
|
||||
use std::cmp;
|
||||
|
||||
let mut vec = self.buf.write().expect(BACKING_ERR);
|
||||
|
||||
// Calc ranges
|
||||
|
Reference in New Issue
Block a user