We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1a61f34 commit ae10acfCopy full SHA for ae10acf
crates/uv/src/commands/project/add.rs
@@ -96,7 +96,7 @@ pub(crate) async fn add(
96
) -> Result<ExitStatus> {
97
if bounds.is_some() && preview.is_disabled() {
98
warn_user_once!(
99
- "The bounds option is in preview and its configuration may change in any future release."
+ "The bounds option is in preview and may change in any future release."
100
);
101
}
102
0 commit comments