Skip to content

Commit

Permalink
[warn(rustdoc::invalid_html_tags)] marking as source code.
Browse files Browse the repository at this point in the history
  • Loading branch information
wahn committed Aug 23, 2023
1 parent 7a0a556 commit a757321
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/geometry.rs
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@
//! antialiasing.
//!
//! In Rust we don't have inheritance, therefore we use an
//! **Option<RayDifferential>** in the **Ray** struct, which means the
//! **`Option<RayDifferential>`** in the **Ray** struct, which means the
//! additional information can be present (or not).
//!
//! # Bounding Boxes
Expand Down

0 comments on commit a757321

Please sign in to comment.