aboutsummaryrefslogtreecommitdiffstats
path: root/src/item.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/item.rs')
-rw-r--r--src/item.rs6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/item.rs b/src/item.rs
index 326e4e8..7ea8c18 100644
--- a/src/item.rs
+++ b/src/item.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,
+};
use std::collections::BTreeMap;
pub struct ItemBuilder<'a> {