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:
ClementTsang
2021-07-12 22:31:57 -04:00
parent 01554758a0
commit 70242bc2b2
5 changed files with 6 additions and 17 deletions
+1 -2
View File
@@ -1,5 +1,4 @@
use beef::Cow;
use std::result;
use std::{borrow::Cow, result};
use thiserror::Error;
#[cfg(target_os = "linux")]