mirror of
https://github.com/ClementTsang/bottom
synced 2024-11-26 06:00:21 +00:00
[skip travis] Remove todo! macro which might cause issues on older rust versions
This commit is contained in:
parent
0e4dba00c2
commit
0e35d30068
1 changed files with 1 additions and 1 deletions
|
@ -508,7 +508,7 @@ fn draw_cpu_legend<B: backend::Backend>(
|
|||
fn _draw_memory_table<B: backend::Backend>(
|
||||
_f: &mut Frame<B>, _app_state: &app::App, _draw_loc: Rect,
|
||||
) {
|
||||
todo!("Not implemented yet..."); // TODO: Memory table to be made for basic mode
|
||||
// TODO: Memory table to be made for basic mode
|
||||
}
|
||||
|
||||
fn draw_memory_graph<B: backend::Backend>(f: &mut Frame<B>, app_state: &app::App, draw_loc: Rect) {
|
||||
|
|
Loading…
Reference in a new issue