cargo update
This commit is contained in:
@ -37,7 +37,7 @@ impl Log {
|
||||
}
|
||||
}
|
||||
|
||||
pub fn subscribe(&self) -> LogWatch {
|
||||
pub fn subscribe(&self) -> LogWatch<'_> {
|
||||
LogWatch {
|
||||
log: self,
|
||||
pos: 0,
|
||||
|
Reference in New Issue
Block a user