Skip to content

fix: doc test panic from todo!() in builder example #7

@polaz

Description

@polaz

Problem

src/builder.rs line 179: doc example contains todo!() which panics when doc tests run, causing CI failures.

Found by CodeRabbit review on PR #5.

Fix

Add no_run to the doc example code fence, or replace todo!() with a concrete implementation.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions