From 6f7b3a9bc2752556ffa27bb65d80435fd9fa7051 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?dj8yf0=CE=BCl?= Date: Fri, 21 Feb 2025 11:23:27 +0200 Subject: [PATCH] dummy comment --- near-sdk/src/lib.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/near-sdk/src/lib.rs b/near-sdk/src/lib.rs index 39dab8644..1dad2cb71 100644 --- a/near-sdk/src/lib.rs +++ b/near-sdk/src/lib.rs @@ -98,6 +98,7 @@ #[cfg(test)] extern crate quickcheck; +// add comment to trigger /// This attribute macro is used on a struct/enum and its implementations /// to generate the necessary code to expose `pub` methods from the contract as well /// as generating the glue code to be a valid NEAR contract.