[pbs-devel] [PATCH proxmox 04/10] router: parsing: docs: fix Records::from link
Maximiliano Sandoval
m.sandoval at proxmox.com
Tue Dec 3 11:20:32 CET 2024
Signed-off-by: Maximiliano Sandoval <m.sandoval at proxmox.com>
---
proxmox-router/src/stream/parsing.rs | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/proxmox-router/src/stream/parsing.rs b/proxmox-router/src/stream/parsing.rs
index 4e13d687..a443f83e 100644
--- a/proxmox-router/src/stream/parsing.rs
+++ b/proxmox-router/src/stream/parsing.rs
@@ -19,7 +19,7 @@ where
impl<R: Send + Sync> Records<R> {
/// Create a *new buffered reader* for to cerate a record stream from an [`AsyncRead`].
- /// Note: If the underlying type already implements [`AsyncBufRead`], use [`Records::::from`]
+ /// Note: If the underlying type already implements [`AsyncBufRead`], use [`Records::from`]
/// isntead!
pub fn new<T>(reader: T) -> Records<BufReader<T>>
where
--
2.39.5
More information about the pbs-devel
mailing list