Skip to content

Commit

Permalink
docs
Browse files Browse the repository at this point in the history
  • Loading branch information
DaniPopes committed Nov 22, 2023
1 parent 1c0a741 commit 7936ac9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions crates/sol-macro/src/verbatim.rs
Original file line number Diff line number Diff line change
Expand Up @@ -19,13 +19,13 @@ pub trait Verbatim {
s
}

/// Uses [`Verbatim::to_tokens`] to provide a [`quote::ToTokens`] implementation.
/// Uses [`Verbatim::to_verbatim_tokens`] to provide a [`quote::ToTokens`] implementation.
#[inline]
fn quote_verbatim(&self) -> ToTokensCompat<'_, Self> {
ToTokensCompat(self)
}

/// Uses [`Verbatim::to_tokens`] to provide a [`quote::ToTokens`] implementation.
/// Uses [`Verbatim::to_verbatim_tokens`] to provide a [`quote::ToTokens`] implementation.
#[inline]
fn into_quote_verbatim(self) -> IntoTokensCompat<Self>
where
Expand Down

0 comments on commit 7936ac9

Please sign in to comment.