We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4f7b256 commit 1a5d967Copy full SHA for 1a5d967
src/family.rs
@@ -14,7 +14,7 @@ pub enum Family {
14
}
15
16
impl Family {
17
- /// The length of an address in the given family
+ /// The length of an address (as bitstring) in the given family
18
#[allow(clippy::len_without_is_empty)]
19
pub fn len(&self) -> u8 {
20
match self {
0 commit comments