Skip to content

add #[test] attribute to test/main.rs:710 #498

Description

@alejandro-vaz

self-explanatory

there's a bug in which that test does not have the #[test] attribute

 
fn test_try_into_array() {
    // Inline < capacity
    let vec = SmallVec::<u8, 2>::from_iter(0..1);
    // ...

simply add #[test]

Metadata

Metadata

Assignees

No one assigned

    Labels

    good first issueGood for a first contributorhelp wantedNo clear candidate to implement itp-criticalcritical priorityr-testingrelated to testing

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions