Remove @brief annotations from Rust API docs (#20769)

This commit is contained in:
Brian Anderson
2021-10-19 16:48:15 -05:00
committed by GitHub
parent 72e1efb847
commit d9b0fc0e3e
60 changed files with 60 additions and 60 deletions

View File

@ -1,4 +1,4 @@
//! @brief Example Rust-based BPF sanity program that finalizes a BPF program
//! Example Rust-based BPF sanity program that finalizes a BPF program
#![allow(unreachable_code)]