mirror of
https://github.com/FliegendeWurst/cursive.git
synced 2024-11-09 19:00:46 +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;
|
mod identifiable;
|
||||||
#[cfg(feature = "unstable_scroll")]
|
#[cfg(feature = "unstable_scroll")]
|
||||||
pub mod scroll;
|
pub mod scroll;
|
||||||
|
|
||||||
#[cfg(not(feature = "unstable_scroll"))]
|
#[cfg(not(feature = "unstable_scroll"))]
|
||||||
|
#[allow(dead_code)]
|
||||||
pub(crate) mod scroll;
|
pub(crate) mod scroll;
|
||||||
|
|
||||||
mod scroll_base;
|
mod scroll_base;
|
||||||
|
Loading…
Reference in New Issue
Block a user