💥 Apply function associated types renaming
This commit is contained in:
parent
68b54fbce5
commit
8b4a78f553
14 changed files with 21 additions and 21 deletions
|
|
@ -111,7 +111,7 @@ impl Anchor {
|
|||
}
|
||||
|
||||
#[fn_builder]
|
||||
pub fn alter_renderable(&mut self, check: IsRenderable) -> &mut Self {
|
||||
pub fn alter_renderable(&mut self, check: FnIsRenderable) -> &mut Self {
|
||||
self.renderable.check = check;
|
||||
self
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue