Add a comment

This commit is contained in:
Ivan Ukhov 2015-05-28 19:21:48 -04:00
parent af29001883
commit dc41fa1f68

View File

@ -102,6 +102,7 @@ impl Drop for Database {
}
}
/// Open a database.
#[inline]
pub fn open(path: &Path) -> Result<Database> {
Database::open(path)