summaryrefslogtreecommitdiffstats
path: root/vendor/color-print-proc-macro/src/untagged.rs
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/color-print-proc-macro/src/untagged.rs')
-rw-r--r--vendor/color-print-proc-macro/src/untagged.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/vendor/color-print-proc-macro/src/untagged.rs b/vendor/color-print-proc-macro/src/untagged.rs
index feaa7edda..4e7ec4255 100644
--- a/vendor/color-print-proc-macro/src/untagged.rs
+++ b/vendor/color-print-proc-macro/src/untagged.rs
@@ -1,4 +1,4 @@
-//! Implements the [`untagged!()`] proc macro.
+//! Implements the [`crate::untagged!()`] proc macro.
use proc_macro::TokenStream;
use proc_macro2::TokenStream as TokenStream2;