File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -993,7 +993,7 @@ fn src_root_deprecation_warning_with_environment_root() -> anyhow::Result<()> {
993993 4 |
994994 5 | [tool.ty.environment]
995995 |
996- info: The `src.root` is ignored in favor of the `environment.root` setting
996+ info: The `src.root` setting was ignored in favor of the `environment.root` setting
997997
998998 Found 1 diagnostic
999999
@@ -1039,7 +1039,7 @@ fn environment_root_takes_precedence_over_src_root() -> anyhow::Result<()> {
10391039 4 |
10401040 5 | [tool.ty.environment]
10411041 |
1042- info: The `src.root` is ignored in favor of the `environment.root` setting
1042+ info: The `src.root` setting was ignored in favor of the `environment.root` setting
10431043
10441044 Found 1 diagnostic
10451045
Original file line number Diff line number Diff line change @@ -281,7 +281,7 @@ impl Options {
281281 if self . environment . or_default ( ) . root . is_some ( ) {
282282 diagnostic = diagnostic. sub ( SubDiagnostic :: new (
283283 Severity :: Info ,
284- "The `src.root` is ignored in favor of the `environment.root` setting" ,
284+ "The `src.root` setting was ignored in favor of the `environment.root` setting" ,
285285 ) ) ;
286286 }
287287
You can’t perform that action at this time.
0 commit comments