Skip to content

Commit

Permalink
get rid of annoying warnings - there is no better and easier way
Browse files Browse the repository at this point in the history
This can happen when one goes crazy with feature toggles :D
  • Loading branch information
Byron committed Jul 17, 2020
1 parent 3358f9a commit 41f38c4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/shared.rs
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
#[cfg(any(feature = "prodash-line-renderer", feature = "prodash-tui-renderer"))]
pub const DEFAULT_FRAME_RATE: f32 = 6.0;

#[allow(unused)]
#[cfg(feature = "prodash-line-renderer")]
pub fn setup_line_renderer(
progress: prodash::Tree,
Expand Down

0 comments on commit 41f38c4

Please sign in to comment.