From 4230cd6dfc43bf1259fda00341c7be44253993aa Mon Sep 17 00:00:00 2001 From: Loic Coyle Date: Mon, 26 Aug 2024 22:43:40 +0200 Subject: [PATCH] docs(blueprint): rm old argument --- strandify/src/blueprint.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/strandify/src/blueprint.rs b/strandify/src/blueprint.rs index a67fc75..6c8b25b 100644 --- a/strandify/src/blueprint.rs +++ b/strandify/src/blueprint.rs @@ -228,7 +228,6 @@ impl Blueprint { /// /// * `path`: Output file path, image format or svg. /// * `yarn`: The [`Yarn`] to use to render the [`Blueprint`]. - /// * `progress_bar`: Show progress bar. pub fn render>(&self, path: P, yarn: &Yarn) -> Result<(), Box> { let path = path.as_ref(); let extension = path.extension().ok_or("Could not detemine extension.")?;