rust/doc: wrap some code examples in backticks

pull/8867/head
Jason Ish 2 years ago committed by Victor Julien
parent d4c60924f1
commit 13fe957b7e

@ -205,7 +205,7 @@ pub struct NFSTransaction {
pub file_handle: Vec<u8>,
/// Procedure type specific data
/// TODO see if this can be an Option<Box<NFSTransactionTypeData>>. Initial
/// TODO see if this can be an `Option<Box<NFSTransactionTypeData>>`. Initial
/// attempt failed.
pub type_data: Option<NFSTransactionTypeData>,

Loading…
Cancel
Save