Update too-long1.md

pull/338/head
sope 3 years ago committed by GitHub
parent 90e2a206f1
commit 8a6154b8cf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -141,7 +141,8 @@ struct List<'text> {
} }
impl<'text> List<'text> { impl<'text> List<'text> {
pub fn get_interface<'manager>(&'manager mut self) -> Interface<'text, 'manager> { pub fn get_interface<'manager>(&'manager mut self) -> Interface<'text, 'manager>
where 'text: 'manager {
Interface { Interface {
manager: &mut self.manager manager: &mut self.manager
} }

Loading…
Cancel
Save