Skip to content

Commit

Permalink
quaint: fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
aqrln committed Aug 25, 2023
1 parent b5cfb2b commit 65e5ca7
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions quaint/src/ast/update.rs
Original file line number Diff line number Diff line change
Expand Up @@ -150,10 +150,7 @@ impl<'a> Update<'a> {
/// # }
/// ```
#[cfg(any(feature = "postgresql", feature = "sqlite"))]
#[cfg_attr(
feature = "docs",
doc(cfg(any(feature = "postgresql", feature = "sqlite")))
)]
#[cfg_attr(feature = "docs", doc(cfg(any(feature = "postgresql", feature = "sqlite"))))]
pub fn returning<K, I>(mut self, columns: I) -> Self
where
K: Into<Column<'a>>,
Expand Down

0 comments on commit 65e5ca7

Please sign in to comment.