mirror of
https://github.com/Drop-OSS/dropbreak.git
synced 2026-07-18 09:57:53 -04:00
Move docstring dbs to different names
This commit is contained in:
committed by
Marcel Müller
parent
413f13ddc9
commit
0101a20601
+1
-1
@@ -91,7 +91,7 @@ impl<T: Serialize + Deserialize + Eq + Hash> Database<T> {
|
||||
/// ```
|
||||
/// use rustbreak::Database;
|
||||
///
|
||||
/// let db = Database::open("/tmp/artists").unwrap();
|
||||
/// let db = Database::open("/tmp/more_artists").unwrap();
|
||||
///
|
||||
/// let albums = vec![
|
||||
/// ("What you do", "The Queenstons"),
|
||||
|
||||
Reference in New Issue
Block a user