Skip to content

Commit

Permalink
rebase with upstream and fix clippy error
Browse files Browse the repository at this point in the history
  • Loading branch information
pranayat committed Apr 15, 2024
1 parent 7cb4f5a commit 16f07c8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions psl/psl-core/src/validate/datasource_loader.rs
Original file line number Diff line number Diff line change
Expand Up @@ -167,8 +167,8 @@ fn lift_datasource(
shadow_database_url.clone(),
direct_url.clone(),
url.clone(),
direct_url_span.clone(),
url_span.clone(),
direct_url_span,
url_span,
) {
if shadow_url == direct_url {
diagnostics.push_error(DatamodelError::new_shadow_database_is_same_as_direct_url_error(
Expand Down

0 comments on commit 16f07c8

Please sign in to comment.