Skip to content

Commit

Permalink
chore(plot/legend): add #[inline] and rebase to master
Browse files Browse the repository at this point in the history
  • Loading branch information
jayzhudev committed Nov 16, 2023
1 parent 5f20873 commit c529795
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions crates/egui_plot/src/legend.rs
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,7 @@ impl Legend {

/// Specifies hidden items in the legend configuration to override the existing ones. This
/// allows the legend traces' visibility to be controlled from the application code.
#[inline]
pub fn hidden_items<I>(mut self, hidden_items: I) -> Self
where
I: IntoIterator<Item = String>,
Expand Down

0 comments on commit c529795

Please sign in to comment.