Skip to content

Commit

Permalink
add use for documentation linking
Browse files Browse the repository at this point in the history
  • Loading branch information
hinto-janai committed Jan 12, 2024
1 parent 5875296 commit 0ce294a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions crates/egui/src/containers/combo_box.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@ use epaint::Shape;

use crate::{style::WidgetVisuals, *};

#[allow(unused_imports)] // Documentation
use crate::style::Spacing;

/// Indicate whether or not a popup will be shown above or below the box.
#[derive(Clone, Copy, Debug, PartialEq, Eq, Hash)]
pub enum AboveOrBelow {
Expand Down

0 comments on commit 0ce294a

Please sign in to comment.