From 1850849402f043e5eb6554774995b602a2d05d45 Mon Sep 17 00:00:00 2001 From: Reiner Herrmann Date: Sat, 29 Oct 2022 22:10:52 +0200 Subject: "extern crate" no longer required --- src/tftpc.rs | 3 --- 1 file changed, 3 deletions(-) (limited to 'src/tftpc.rs') diff --git a/src/tftpc.rs b/src/tftpc.rs index 89937c2..0b49c5e 100644 --- a/src/tftpc.rs +++ b/src/tftpc.rs @@ -10,11 +10,8 @@ use std::net::{SocketAddr, ToSocketAddrs, UdpSocket}; use std::path::{Path, PathBuf}; use std::time::Duration; -extern crate getopts; use getopts::Options; -extern crate rtftp; - #[allow(clippy::upper_case_acronyms)] enum Operation { RRQ, -- cgit v1.2.3