Simplify vesad by using SchemeMut
This commit is contained in:
parent
00ac77765c
commit
b1293046a3
3 changed files with 34 additions and 50 deletions
|
@ -204,7 +204,7 @@ impl Screen for TextScreen {
|
|||
Ok(buf.len())
|
||||
}
|
||||
|
||||
fn seek(&mut self, pos: usize, whence: usize) -> Result<usize> {
|
||||
fn seek(&mut self, _pos: usize, _whence: usize) -> Result<usize> {
|
||||
Ok(0)
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue