Skip to content

Commit

Permalink
Add comment as follow up for google#425
Browse files Browse the repository at this point in the history
  • Loading branch information
David Freese committed Aug 9, 2021
1 parent 78617c1 commit eb5f34b
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions impl/src/context.rs
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,7 @@
// See the License for the specific language governing permissions and
// limitations under the License.

use std::{
collections::BTreeMap,
path::PathBuf,
};
use std::{collections::BTreeMap, path::PathBuf};

use crate::settings::CrateSettings;
use semver::Version;
Expand Down Expand Up @@ -95,6 +92,7 @@ pub struct CrateDependencyContext {
// build_data_dependencies can only be set when using cargo-raze as a library at the moment.
pub build_data_dependencies: Vec<BuildableDependency>,
pub dev_dependencies: Vec<BuildableDependency>,
/// Aliased dependencies, sorted/keyed by their `target` name in the `DependencyAlias` struct.
pub aliased_dependencies: BTreeMap<String, DependencyAlias>,
}

Expand Down

0 comments on commit eb5f34b

Please sign in to comment.