Skip to content

Commit

Permalink
fix warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
NicholasLYang committed Apr 28, 2023
1 parent 567bd41 commit f9c05b4
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions crates/turborepo-lib/src/package_json.rs
@@ -1,8 +1,6 @@
use std::collections::{BTreeMap, HashMap};

use anyhow::Result;
use serde::{Deserialize, Serialize};
use turbopath::{AbsoluteSystemPathBuf, AnchoredSystemPathBuf};
use turbopath::AbsoluteSystemPathBuf;

#[derive(Debug, Clone, Serialize, Deserialize, Default)]
pub struct PackageJson {
Expand Down

0 comments on commit f9c05b4

Please sign in to comment.