Skip to content

Commit

Permalink
Fix new lints
Browse files Browse the repository at this point in the history
  • Loading branch information
Icelk committed Mar 23, 2024
1 parent 147755f commit 4b1f50d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -515,6 +515,7 @@ pub mod config {
}
#[must_use]
#[inline(always)]
#[allow(clippy::doc_markdown)]
pub fn poisson_saturne(delta: Vec3, screen_space: Vec3, coeffs: &View) -> f64 {
#[inline(always)]
fn part(p: Vec3, coeffs: &View) -> f64 {
Expand Down

0 comments on commit 4b1f50d

Please sign in to comment.