Fix doc links
This commit is contained in:
parent
35cf63b323
commit
51b370ef48
6 changed files with 17 additions and 14 deletions
|
|
@ -10,6 +10,7 @@ pub use nested::Nested;
|
|||
use crate::layout;
|
||||
use crate::mouse;
|
||||
use crate::renderer;
|
||||
use crate::widget::Operation;
|
||||
use crate::widget::Tree;
|
||||
use crate::{Clipboard, Event, Layout, Rectangle, Shell, Size, Vector};
|
||||
|
||||
|
|
@ -41,7 +42,7 @@ where
|
|||
&mut self,
|
||||
_layout: Layout<'_>,
|
||||
_renderer: &Renderer,
|
||||
_operation: &mut dyn crate::widget::Operation,
|
||||
_operation: &mut dyn Operation,
|
||||
) {
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue