Skip to content

Commit

Permalink
Update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
taiki-e committed Sep 1, 2024
1 parent b2f31ce commit 0a2abf7
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion src/de.rs
Original file line number Diff line number Diff line change
Expand Up @@ -951,7 +951,7 @@ impl Flags {
/// - `target.<triple>.rustflags`
/// - `target.<cfg>.rustflags`
/// - `build.rustflags`
/// - `target.<triple>.rustdocflags`
/// - `target.<triple>.rustdocflags` (Cargo 1.78+)
/// - `build.rustdocflags`
///
/// See also `encode_space_separated`.
Expand Down
4 changes: 2 additions & 2 deletions src/easy.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1072,7 +1072,7 @@ impl Flags {
/// - `target.<triple>.rustflags`
/// - `target.<cfg>.rustflags`
/// - `build.rustflags`
/// - `target.<triple>.rustdocflags`
/// - `target.<triple>.rustdocflags` (Cargo 1.78+)
/// - `build.rustdocflags`
///
/// See also [`encode_space_separated`](Self::encode_space_separated).
Expand Down Expand Up @@ -1120,7 +1120,7 @@ impl Flags {
/// - `target.<triple>.rustflags`
/// - `target.<cfg>.rustflags`
/// - `build.rustflags`
/// - `target.<triple>.rustdocflags`
/// - `target.<triple>.rustdocflags` (Cargo 1.78+)
/// - `build.rustdocflags`
///
/// # Errors
Expand Down
2 changes: 1 addition & 1 deletion src/value.rs
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ impl Definition {
}
}

// /// Returns true if self is a higher priority to other.
// /// Returns `true` if self is a higher priority to other.
// ///
// /// CLI is preferred over environment, which is preferred over files.
// pub(crate) fn is_higher_priority(&self, other: &Definition) -> bool {
Expand Down

0 comments on commit 0a2abf7

Please sign in to comment.