Skip to content

Commit

Permalink
Fix CrateInfo::dependencies documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
drbrain authored Oct 6, 2023
1 parent cd207f4 commit 70f3ef8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build-info-common/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ pub struct CrateInfo {
pub available_features: Vec<String>,

/// Dependencies of this crate.
/// Will only be filled with data if `build-info-build` has the `dependencies` feature enabled.
/// Will only be filled with data if `collect_dependencies(true)` was called on `build_script()`.
pub dependencies: Vec<CrateInfo>,
}

Expand Down

0 comments on commit 70f3ef8

Please sign in to comment.