Skip to content

Commit

Permalink
fix: clippy issue
Browse files Browse the repository at this point in the history
  • Loading branch information
varshith257 committed Dec 17, 2024
1 parent 44bd86c commit 5a641a5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -217,7 +217,7 @@ pub fn varchar<S: Scalar>(
/// decimal75("a", 12, 1, [1, 2, 3]),
/// ]);
/// ```
/// # Panics
/// - Panics if creating the `Precision` from the specified precision value fails.
pub fn decimal75<S: Scalar>(
name: impl Into<Ident>,
Expand Down

0 comments on commit 5a641a5

Please sign in to comment.