Skip to content

Commit

Permalink
turned on unwrap_in_result warning at crate level
Browse files Browse the repository at this point in the history
  • Loading branch information
calbaker committed Jan 17, 2024
1 parent ebf5066 commit 42adb52
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions rust/fastsim-core/src/lib.rs
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
#![warn(clippy::unwrap_in_result)]
// This needs to be a square logo to avoid stretching, and can have transparency
#![doc(html_logo_url = "https://www.nrel.gov/transportation/assets/images/icon-fastsim.jpg")]
//! Documentation for the Rust backend of the Future Automotive Systems Technology Simulator (FASTSim).
Expand Down

0 comments on commit 42adb52

Please sign in to comment.