summaryrefslogtreecommitdiffstats
path: root/vendor/quote/src/ident_fragment.rs
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/quote/src/ident_fragment.rs')
-rw-r--r--vendor/quote/src/ident_fragment.rs2
1 files changed, 2 insertions, 0 deletions
diff --git a/vendor/quote/src/ident_fragment.rs b/vendor/quote/src/ident_fragment.rs
index cf74024b4..e7e8a3d94 100644
--- a/vendor/quote/src/ident_fragment.rs
+++ b/vendor/quote/src/ident_fragment.rs
@@ -8,6 +8,8 @@ use std::borrow::Cow;
/// stripped, if present.
///
/// See [`format_ident!`] for more information.
+///
+/// [`format_ident!`]: crate::format_ident
pub trait IdentFragment {
/// Format this value as an identifier fragment.
fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result;