aboutsummaryrefslogtreecommitdiffstats
path: root/src/abook.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/abook.rs')
-rw-r--r--src/abook.rs6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/abook.rs b/src/abook.rs
index 663446f..f7469e3 100644
--- a/src/abook.rs
+++ b/src/abook.rs
@@ -14,8 +14,10 @@
// You should have received a copy of the GNU General Public License
// along with this program. If not, see <https://www.gnu.org/licenses/>.
-use client::{self, Client};
-use error::Error;
+use crate::{
+ client::{self, Client},
+ error::Error,
+};
pub struct AbookFetcher<'a> {
client: &'a Client,