We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 68ffa80 commit 0951050Copy full SHA for 0951050
src/config.rs
@@ -340,6 +340,7 @@ impl Default for CpuTempConfig {
340
make_config!(MemoryConfig {
341
pub percentage: bool,
342
pub show_allocated: bool,
343
+ pub stack_labels: bool,
344
});
345
346
impl Default for MemoryConfig {
@@ -351,6 +352,7 @@ impl Default for MemoryConfig {
351
352
colors: Colors::new(DeviceKind::Memory),
353
percentage: false,
354
show_allocated: false,
355
+ stack_labels: false, // future use
356
}
357
358
0 commit comments