From 6aed921780dbe12c058e0aa0ce8b617e404b5a87 Mon Sep 17 00:00:00 2001 From: Diego Barrios Romero Date: Sun, 21 Jun 2020 22:52:41 +0200 Subject: Use edition 2018 --- tests/construction.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/construction.rs') diff --git a/tests/construction.rs b/tests/construction.rs index f31ad2f..6d56526 100644 --- a/tests/construction.rs +++ b/tests/construction.rs @@ -1,5 +1,5 @@ mod common; -use common::{ +use crate::common::{ destroy_ads1013, destroy_ads1014, destroy_ads1015, destroy_ads1113, destroy_ads1114, destroy_ads1115, new_ads1013, new_ads1014, new_ads1015, new_ads1113, new_ads1114, new_ads1115, }; -- cgit v1.2.3-54-g00ecf