Skip to content

Commit

Permalink
Applying suggested fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Vagelis-Prokopiou committed Feb 20, 2024
1 parent 611b56d commit 46aef57
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@
#![deny(unreachable_pub)]
#![warn(rust_2018_idioms)]

//! Data-parallelism library that makes it easy to convert sequential
//! Rayon is a data-parallelism library that makes it easy to convert sequential
//! computations into parallel.
//!
//! Rayon is lightweight and convenient for introducing parallelism into existing
//! It is lightweight and convenient for introducing parallelism into existing
//! code. It guarantees data-race free executions and takes advantage of
//! parallelism when sensible, based on work-load at runtime.
//!
Expand Down

0 comments on commit 46aef57

Please sign in to comment.