From a4cefbfc5fc0b6b8d47eedb7fb11362ec27acf3b Mon Sep 17 00:00:00 2001 From: Andrew Duffy Date: Wed, 14 Aug 2024 16:40:47 -0400 Subject: [PATCH] make cargo doc happy --- src/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib.rs b/src/lib.rs index 41b9d08..1a457ab 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -32,7 +32,7 @@ mod find_longest; mod lossy_pht; /// `Symbol`s are small (up to 8-byte) segments of strings, stored in a [`SymbolTable`] and -/// identified by an 8-bit [`Code`]. +/// identified by an 8-bit code. #[derive(Copy, Clone)] pub union Symbol { bytes: [u8; 8],