Skip to content

Commit

Permalink
Fix clippy warning
Browse files Browse the repository at this point in the history
  • Loading branch information
dmzmk committed May 2, 2024
1 parent 52ebdc5 commit 38dcb9e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion snowflake-api/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ pub enum QueryResult {
/// Can be transformed into [`QueryResult`]
pub enum RawQueryResult {
/// Arrow IPC chunks
/// see: https://arrow.apache.org/docs/format/Columnar.html#serialization-and-interprocess-communication-ipc
/// see: <https://arrow.apache.org/docs/format/Columnar.html#serialization-and-interprocess-communication-ipc>
Bytes(Vec<Bytes>),
/// Json payload is deserialized,
/// as it's already a part of REST response
Expand Down

0 comments on commit 38dcb9e

Please sign in to comment.