Skip to content

Commit

Permalink
Format suggestion inline
Browse files Browse the repository at this point in the history
  • Loading branch information
zanieb authored Sep 12, 2023
1 parent 39c559b commit 0a067cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/ruff_workspace/src/configuration.rs
Original file line number Diff line number Diff line change
Expand Up @@ -592,7 +592,7 @@ impl Configuration {
} else {
"Use the `PREVIEW` selector instead."
};
warn_user_once!("The `NURSERY` selector has been deprecated. {}", suggestion);
warn_user_once!("The `NURSERY` selector has been deprecated. {suggestion}");
}

if preview.is_disabled() {
Expand Down

0 comments on commit 0a067cc

Please sign in to comment.