Skip to content

Commit

Permalink
docs(blueprint): rm old argument
Browse files Browse the repository at this point in the history
  • Loading branch information
loiccoyle committed Aug 26, 2024
1 parent f43fe2a commit 4230cd6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion strandify/src/blueprint.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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<P: AsRef<Path>>(&self, path: P, yarn: &Yarn) -> Result<(), Box<dyn Error>> {
let path = path.as_ref();
let extension = path.extension().ok_or("Could not detemine extension.")?;
Expand Down

0 comments on commit 4230cd6

Please sign in to comment.