Fix warning
This commit is contained in:
parent
d2c7793370
commit
9ee77aab84
1 changed files with 4 additions and 1 deletions
|
@ -361,7 +361,7 @@ pub use {
|
|||
grid::Grid,
|
||||
id::{Id, IdMap},
|
||||
input_state::{InputState, MultiTouchInfo, PointerState},
|
||||
layers::{AreaLayerId, LayerId, Order},
|
||||
layers::{AreaLayerId, Order},
|
||||
layout::*,
|
||||
memory::Memory,
|
||||
painter::Painter,
|
||||
|
@ -374,6 +374,9 @@ pub use {
|
|||
widgets::*,
|
||||
};
|
||||
|
||||
#[allow(deprecated)]
|
||||
pub use layers::LayerId;
|
||||
|
||||
// ----------------------------------------------------------------------------
|
||||
|
||||
/// Helper function that adds a label when compiling with debug assertions enabled.
|
||||
|
|
Loading…
Reference in a new issue