Skip to content

Commit

Permalink
fix select_test's suggestion on how to run it
Browse files Browse the repository at this point in the history
--bin might've worked on cargo cca. 2018 ? unsure
but --example works today
  • Loading branch information
correabuscar committed May 24, 2024
1 parent 7cb952c commit 61fc866
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/select_test.rs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
// cargo test --example select_test -- --nocapture

fn main() {
print!("To run this example call:\n$ cargo test --bin select_test -- --nocapture\n");
println!("To run this example call:\n$ cargo test --example select_test -- --nocapture");
}

#[cfg(test)]
Expand Down

0 comments on commit 61fc866

Please sign in to comment.