Explorar el Código

bin/tau: super minor prettier import :)

Dastan-glitch hace 2 años
padre
commit
698407ee4a
Se han modificado 1 ficheros con 1 adiciones y 2 borrados
  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;