From 13fe957b7e81801e72b3c1b42f30aeaa19df8d87 Mon Sep 17 00:00:00 2001 From: Jason Ish Date: Thu, 11 May 2023 15:49:59 -0600 Subject: [PATCH] rust/doc: wrap some code examples in backticks --- rust/src/nfs/nfs.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rust/src/nfs/nfs.rs b/rust/src/nfs/nfs.rs index 1d2cb5066e..2e1c785eaa 100644 --- a/rust/src/nfs/nfs.rs +++ b/rust/src/nfs/nfs.rs @@ -205,7 +205,7 @@ pub struct NFSTransaction { pub file_handle: Vec, /// Procedure type specific data - /// TODO see if this can be an Option>. Initial + /// TODO see if this can be an `Option>`. Initial /// attempt failed. pub type_data: Option, -- 2.47.2