Remove @brief annotations from Rust API docs (#20769)
This commit is contained in:
@ -1,4 +1,4 @@
|
||||
//! @brief Test mem functions
|
||||
//! Test mem functions
|
||||
|
||||
use crate::{run_mem_tests, MemOps};
|
||||
use solana_program::{
|
||||
|
@ -1,4 +1,4 @@
|
||||
//! @brief Test mem functions
|
||||
//! Test mem functions
|
||||
|
||||
#[cfg(not(feature = "no-entrypoint"))]
|
||||
pub mod entrypoint;
|
||||
|
Reference in New Issue
Block a user