Skip to content

Commit ec114f3

Browse files
authored
Merge pull request #31 from cquintana-verbio/fix/doc-hide-attribute
Fix #[doc(hide)] attribute
2 parents 6bc0d16 + 4bc291b commit ec114f3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/connection.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -851,7 +851,7 @@ impl Connection {
851851
Ok(())
852852
}
853853

854-
#[doc(hide)]
854+
#[doc(hidden)]
855855
pub fn object_type_cache_len(&self) -> usize {
856856
self.objtype_cache.lock().unwrap().len()
857857
}

0 commit comments

Comments
 (0)