Skip to content

Commit

Permalink
add doc_auto_cfg
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinheavey committed Nov 21, 2024
1 parent da99ac1 commit 16dfba0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions sdk/transaction/src/lib.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
#![cfg_attr(feature = "frozen-abi", feature(min_specialization))]
#![cfg_attr(docsrs, feature(doc_auto_cfg))]
//! Atomically-committed sequences of instructions.
//!
//! While [`Instruction`]s are the basic unit of computation in Solana, they are
Expand Down

0 comments on commit 16dfba0

Please sign in to comment.