From 7bc0d8ddc902ab2f6fc30511de9458129b2b78ba Mon Sep 17 00:00:00 2001 From: Daniel Schadt Date: Sun, 12 Apr 2026 12:43:48 +0200 Subject: fix doctest example --- hittekaart/src/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hittekaart/src/lib.rs b/hittekaart/src/lib.rs index 5d71d2c..a885480 100644 --- a/hittekaart/src/lib.rs +++ b/hittekaart/src/lib.rs @@ -31,7 +31,7 @@ //! )?; //! // Before we run the second step, we set up the storage system. You can save the bytes in any //! // way you want, but there are convenience functions in this crate: -//! let mut store = storage::Sqlite::connect(":memory:")?; +//! let mut store = storage::OsmAnd::open(":memory:")?; //! store.prepare()?; //! store.prepare_zoom(ZOOM)?; //! // Now we're ready to do the actual colorizing -- cgit v1.2.3