mirror of
https://github.com/FliegendeWurst/cursive.git
synced 2024-11-08 18:30:40 +00:00
Disable dead code lint for unstable module
This commit is contained in:
parent
0ec1a77849
commit
b2a0fa18ff
@ -53,7 +53,9 @@ mod boxable;
|
||||
mod identifiable;
|
||||
#[cfg(feature = "unstable_scroll")]
|
||||
pub mod scroll;
|
||||
|
||||
#[cfg(not(feature = "unstable_scroll"))]
|
||||
#[allow(dead_code)]
|
||||
pub(crate) mod scroll;
|
||||
|
||||
mod scroll_base;
|
||||
|
Loading…
Reference in New Issue
Block a user