Skip to content

Commit bf636d2

Browse files
committed
add a doc comment
1 parent 246dcab commit bf636d2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/handle.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ struct Coordinate {
2424
}
2525

2626
impl<Db: HasStorage> Handle<Db> {
27+
/// Create a new handle wrapping `db`.
2728
pub fn new(db: Db) -> Self {
2829
Self {
2930
db: Some(Arc::new(db)),

0 commit comments

Comments
 (0)