mirror of
https://github.com/sunface/rust-by-practice.git
synced 2025-06-26 22:19:40 +00:00
@ -214,7 +214,7 @@ impl<'a> Reader for BufReader<'a> {
|
||||
// 'a is not used in the following methods
|
||||
}
|
||||
|
||||
// can be writting as :
|
||||
// can be writing as :
|
||||
impl Reader for BufReader<'_> {
|
||||
|
||||
}
|
||||
|
Reference in New Issue
Block a user