We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8f9e730 commit bc0619bCopy full SHA for bc0619b
1 file changed
keyhive_core/src/debug_events/terminal.rs
@@ -1,6 +1,7 @@
1
-use super::{CgkaOperationDetails, DebugEventDetails, DebugEventTable};
2
use prettytable::{color, format, row, Attr, Cell, Table};
3
+use super::{CgkaOperationDetails, DebugEventDetails, DebugEventTable};
4
+
5
/// Print a formatted ASCII table of events for easier debugging
6
///
7
/// This function creates a table with the following columns:
0 commit comments