mirror of
https://github.com/apache/datafusion-sqlparser-rs.git
synced 2025-10-16 16:59:02 +00:00
Fix clippy warnings on rust 1.83 (#1570)
This commit is contained in:
parent
5a510ac4d9
commit
6291afb2c7
7 changed files with 18 additions and 17 deletions
|
@ -110,7 +110,7 @@ where
|
|||
sep: &'static str,
|
||||
}
|
||||
|
||||
impl<'a, T> fmt::Display for DisplaySeparated<'a, T>
|
||||
impl<T> fmt::Display for DisplaySeparated<'_, T>
|
||||
where
|
||||
T: fmt::Display,
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue