Skip to content

Commit

Permalink
clippy
Browse files Browse the repository at this point in the history
  • Loading branch information
berkaysynnada committed Sep 8, 2023
1 parent 8e267a4 commit 3a2ea70
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/ast/query.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1230,8 +1230,8 @@ impl fmt::Display for SelectInto {
pub enum GroupByExpr {
/// ALL syntax of [Snowflake], and [DuckDB]
///
/// [Snowflake]: https://docs.snowflake.com/en/sql-reference/constructs/group-by#label-group-by-all-columns
/// [DuckDB]: https://duckdb.org/docs/sql/query_syntax/groupby.html).)
/// [Snowflake]: <https://docs.snowflake.com/en/sql-reference/constructs/group-by#label-group-by-all-columns>
/// [DuckDB]: <https://duckdb.org/docs/sql/query_syntax/groupby.html>
All,

/// Expressions
Expand Down

0 comments on commit 3a2ea70

Please sign in to comment.