Update mod.rs (#783)
This commit is contained in:
parent
2267f2e91b
commit
92edfe973c
|
|
@ -259,7 +259,7 @@ pub trait BorrowDecoder<'de>: Decoder {
|
||||||
/// The concrete [BorrowReader] type
|
/// The concrete [BorrowReader] type
|
||||||
type BR: BorrowReader<'de>;
|
type BR: BorrowReader<'de>;
|
||||||
|
|
||||||
/// Rerturns a mutable reference to the borrow reader
|
/// Returns a mutable reference to the borrow reader
|
||||||
fn borrow_reader(&mut self) -> &mut Self::BR;
|
fn borrow_reader(&mut self) -> &mut Self::BR;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue