diff --git a/crates/toolpath-cursor/src/io.rs b/crates/toolpath-cursor/src/io.rs index 8a40261..1d4ceaf 100644 --- a/crates/toolpath-cursor/src/io.rs +++ b/crates/toolpath-cursor/src/io.rs @@ -52,7 +52,7 @@ impl CursorIO { } /// All composer ids known to the database, including drafts. Use - /// [`list_composers`] when you only want sessions that have at + /// [`Self::list_composers`] when you only want sessions that have at /// least one bubble on disk. pub fn list_composer_ids(&self) -> Result> { self.open_db()?.list_composer_ids() diff --git a/crates/toolpath-cursor/src/reader.rs b/crates/toolpath-cursor/src/reader.rs index 608a2aa..87f8f2d 100644 --- a/crates/toolpath-cursor/src/reader.rs +++ b/crates/toolpath-cursor/src/reader.rs @@ -72,7 +72,7 @@ impl DbReader { /// All composer ids known to the DB, in the order they appear in /// `composer.composerHeaders.allComposers`. Composers with no - /// bubbles are included — call [`composer_has_bubbles`] to filter + /// bubbles are included — call [`Self::composer_has_bubbles`] to filter /// drafts. pub fn list_composer_ids(&self) -> Result> { Ok(self