瀏覽代碼

bin/tau: super minor prettier import :)

Dastan-glitch 2 年之前
父節點
當前提交
698407ee4a
共有 1 個文件被更改,包括 1 次插入2 次删除
  1. 1 2
      bin/tau/taud/src/settings.rs

+ 1 - 2
bin/tau/taud/src/settings.rs

@@ -16,9 +16,8 @@
  * along with this program.  If not, see <https://www.gnu.org/licenses/>.
  */
 
-use serde::Deserialize;
 use structopt::StructOpt;
-use structopt_toml::StructOptToml;
+use structopt_toml::{serde::Deserialize, StructOptToml};
 use url::Url;
 
 use darkfi::net::settings::SettingsOpt;