mirror of
https://github.com/ClementTsang/bottom.git
synced 2026-09-27 04:55:45 +00:00
refactor: remove beef dependency for now
This is just a temp change, I wanted to remove it just for clarity's sake among dependencies, and will probably add it back in the future. For now I'll just stick to std's beef.
This commit is contained in:
+1
-2
@@ -1,5 +1,4 @@
|
||||
use beef::Cow;
|
||||
use std::result;
|
||||
use std::{borrow::Cow, result};
|
||||
use thiserror::Error;
|
||||
|
||||
#[cfg(target_os = "linux")]
|
||||
|
||||
Reference in New Issue
Block a user