From d2d2faed8049d234974eeeac48159ddbed3eaddd Mon Sep 17 00:00:00 2001 From: Kurdistan Tech Ministry Date: Wed, 28 Jan 2026 14:05:13 +0300 Subject: [PATCH] fix: add pezframe link definition for rustdoc --- templates/minimal/pezpallets/template/src/lib.rs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/templates/minimal/pezpallets/template/src/lib.rs b/templates/minimal/pezpallets/template/src/lib.rs index c770e558..e8d764b7 100644 --- a/templates/minimal/pezpallets/template/src/lib.rs +++ b/templates/minimal/pezpallets/template/src/lib.rs @@ -2,6 +2,8 @@ //! //! To get started with this pezpallet, try implementing the guide in //! +//! +//! [`pezframe`]: pezframe_support #![cfg_attr(not(feature = "std"), no_std)]