We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0788474 commit b161e91Copy full SHA for b161e91
public/templates/rootMod.njk
@@ -12,6 +12,7 @@ pub mod instructions_parser;
12
pub mod proto_helpers;
13
{% endif %}
14
15
+#[cfg_attr(not(feature = "tracing"), allow(unused_variables))]
16
/// Deserialize a Borsh-encoded account, checking that all significant bytes are read.
17
pub fn deserialize_checked<T: borsh::BorshDeserialize>(
18
data: &[u8],
0 commit comments