Skip to content

Commit

Permalink
cargo fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
Druue committed May 28, 2024
1 parent 9476ec4 commit 49eaa97
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions psl/psl/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,8 @@ pub fn parse_configuration_multi_file(
}

/// Parses and validates Prisma schemas, but skip analyzing everything except datasource and generator
/// blocks. It never fails, but when the returned `Diagnostics` contains errors, it implies that the
/// `Configuration` content is partial.
/// blocks. It never fails, but when the returned `Diagnostics` contains errors, it implies that the
/// `Configuration` content is partial.
/// Consumers may then decide whether to convert `Diagnostics` into an error.
pub fn infallible_parse_configuration(files: &[(String, SourceFile)]) -> (Files, Configuration, Diagnostics) {
psl_core::infallible_parse_configuration(files, builtin_connectors::BUILTIN_CONNECTORS)
Expand Down

0 comments on commit 49eaa97

Please sign in to comment.