Skip to content

Commit

Permalink
Reword/expand remove_flag doc comment.
Browse files Browse the repository at this point in the history
  • Loading branch information
thomcc authored Nov 11, 2023
1 parent a600072 commit 1ea7ca8
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -428,7 +428,10 @@ impl Build {
self
}

/// removes a compiler flag that was added by [`Build::flag`]
/// Removes a compiler flag that was added by [`Build::flag`].
///
/// Will not remove flags added by other means (default flags,
/// flags from env, and so on).
///
/// # Example
/// ```
Expand Down

0 comments on commit 1ea7ca8

Please sign in to comment.